MSBuild support in Beta2
Can you please explain me how to work with MSBuild project files? Whenever I open my csproj file nothing really happens. When I rename the file as proj file and open it as XML file I get some intellisense but I guess that comes from a schema or something right?
1. What needs to be done to see the full Reshaper support for MSBuild files?
2. On page http://www.jetbrains.com/resharper/features/MScriptEditing.html I see that even File structure window should display my MSBuild file structure but none of that happens? What do I have to do to see this?
3. Find usage and other navigation. What do I have to do to see this?
4. Refactoring?
I must be doing something wrong. Any idea?
Thanks,
David Pokluda.
PS: I'm using ReSharper 3.0 Beta2 currently.
Please sign in to leave a comment.
Hello David,
ReSharper supports only .proj file extensions at the moment. Do you see ReSharper
code highlighting process working (the green/red/yellow square in the top-right
corner of the editor) when you're editing your .proj file?
Andrew Serebryansky
Ok, now I do see the green square. But what do I have to do to see the structure in my File structure as captured on http://www.jetbrains.com/resharper/features/MScriptEditing.html?
Thanks,
David.