Code Map Missing Visual Studio

We just switched to VS 2013 and I heard that you should be able to create codemaps for your entire application. Awesome feature that could get new developers in our project up to speed.

Looked at a couple of tutorials, but when I tried to just right click on the method in the app the context menu "Show in codemap" is missing. In fact, I can't find anything in VS that has anything to do with Code Maps.

My version: Visual Studio Premium 2013

I tried to install the Modeling SDK for Microsoft Visual Studio 2013 but did nothing.

Does anyone have any idea?

+3


source to share


2 answers


Visual Studio ULTIMATE is needed to create code maps.



http://msdn.microsoft.com/en-us/library/jj739835.aspx

+1


source


This changed for Visual Studio 2015 and Visual Studio 2017 :



  • Enterprise Edition allows you to create code maps.
  • Community and professional publications can open charts created in other versions of Visual Studio in read-only mode.
+1


source







All Articles