Is there a tool to navigate targets and properties 's definition?

Posted by Nam Gi VU on Stack Overflow See other posts from Stack Overflow or by Nam Gi VU
Published on 2010-04-01T07:45:56Z Indexed on 2010/04/01 16:13 UTC
Read the original article Hit count: 293

Filed under:
|

I'm working on a bundle of MSBuild script files and many many times I have the need of locating the definition of a called target or a property being used. At the moment, I have to search to the target/property 's name text and view the file containing that text - only then I can read the definition of the target/property I'm looking for.

This remind me of the feature of class/variable navigation of Visual Studio: we can choose "Go to definition" or "Find references" when select a class name or a variable. Is there a similar way to work with MSBuild target/property/item?

Hope to hear from all of you!

Nam.

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about visual-studio