Introducing Code Map for Visual Studio 2012 September CTP

Posted by krislankford on Geeks with Blogs See other posts from Geeks with Blogs or by krislankford
Published on Fri, 05 Oct 2012 20:13:18 GMT Indexed on 2012/10/09 15:40 UTC
Read the original article Hit count: 263

Filed under:

As part of the Visual Studio 2012 CTP for September, Visual Studio got a little sexier at helping you discover and visualize your code. The introduction of the Code Map feature helps compliment the variety of other tools that are included with Visual Studio to help you analyze and visualize your projects and solutions.image Code Map leverages the dgml format within Visual Studio that is currently used b the Architecture and Modeling tools. This is a nice addition that gets us from point A to point B a little faster.

The great thing about Code Map is that you can gain access to the functionality from directly within your code from the context menu. This Code Map functionality is also context specific based on your cursor. You can evaluate and add items such as methods and variables directly to the Code Map window. As you add items the Code Map surface is updated to show your new item plus any relationships and dependencies that have been introduced in your code. Something that is also very nice is that the Code Map surface is interactive and allows you to use the F12 button (Go To Definition) which can help you navigate your code especially is you are adding items that span multiple files or projects.

To get started all you have to do is go out and download the September CTP for Visual Studio 2012 located here. Happy Coding!

 

Code Map Window

image

© Geeks with Blogs or respective owner