Search code examples
visual-studio-2015code-map

Can't add items to Code Map in Visual Studio 2015 Preview CTP 5


Selecting any class, property or variable and pressing

Ctrl+`

doesn't add it to Code Map. Also Show on Code Map option is not available on the "right-click" menu.

I am able to generate Code Map for the Solution or make a blank Code Map, but I am not able to add any code to it.

Is it not implemented yet in the preview or am I missing something?

Edit: doesn't work in vNext projects.


Solution

  • CodeMap is working fine in the final version of VS 2015 RTM.

    Please note that at the time of the VS 2015 RTM release - ASP.NET VNext was in "preview mode" and was not supported by Code Map. So you won't get "Show on Code Map" menu items in Solution Explorer or in the editor for these projects.

    Most other C# VB and C++ projects that produce assemblies are supported by CodeMap.