Search code examples
visual-studio-2013code-map

code-map refresh without rearranging the layout?


I recently upgraded to VS ultimate 2013, as it was free for my msdn License.

I'm playing around with the codemap function, and I for the most part think its very good. But what I dont like is when I add a new function to the map, it kinda blows up to one of the default views.

Is it possible to disable this?

All I really want to acheive is to get the calls chronologically. From top to bottom.


Solution

  • I'm not sure what you mean by "blowing up the default views" but here are some hints:

    • Have a look at the Layout menu. Perhaps disable "Incremental Layout" or re-layout by choosing one of the options (top to bottom etc.)

    • How do you add new functions to the map? Do you drag and drop from Solution Explorer? What do you expect to happen?

    • Upgrade to VS 2015. We've made many improvements to CodeMap in VS 2015. You can use VS 2015 side by side with VS 2013.