I would like to use the Code Map, which can be used in Visual Studio 2012, also in Visual Studio 2010.
If you donβt know what a Code Card is, here is what it looks like:

here is a tutorial from Microsoft: http://msdn.microsoft.com/en-us/library/vstudio/dn194476.aspx
Somehow you can use this in VS2010, or are there any similar tools that display different method calls? Under this, I want to display the Method1() method, which calls another method called Method2() . This should appear as in CodeMap (without using a hierarchy call, I want to see it with the user interface). It should be free or extension for VS2010.
source share