Question

I'd like to use Code Map, which can be used in Visual Studio 2012, also in Visual Studio 2010.

If you don't know what Code Map is, this is how it looks like:

enter image description here

here's a tutorial from Microsoft: http://msdn.microsoft.com/en-us/library/vstudio/dn194476.aspx

Is it somehow possible to use this in VS2010 or is there any similiar tools, which displays the different method calls? By this I want to display a method Method1() which calls another method called Method2(). This should be displayed like in the CodeMap (not by using hierarchy call, I want to see it with a UI). It should be free or an extension for VS2010.

Was it helpful?

Solution

I'm not aware of a free version that offers something that the Visual Studio 2012 Ultimate Edition offers, but you have a few alternatives:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top