Reporter | David Gardiner (flcdrg) |
---|---|
Created | Feb 6, 2012 4:06:16 AM |
Updated | Feb 6, 2012 4:06:16 AM |
Priority | Normal |
Type | Feature |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | Language - Build Scripts |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
When the focus is on the contents of the Project attribute for an <Import Project="filename.targets" /> element, I would like the 'Go To definition' (F12 or Ctrl-Click) feature to allow opening the referred file (if it exists).
eg.
<?xml version="1.0" encoding="utf-8" ?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="My.Custom.targets"/>
</Project>
Ctrl-Clicking on "My.Custom.Targets" should attempt to open the file "My.Custom.Targets"
eg.
<?xml version="1.0" encoding="utf-8" ?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="My.Custom.targets"/>
</Project>
Ctrl-Clicking on "My.Custom.Targets" should attempt to open the file "My.Custom.Targets"