Waldemar Gałęzinowski
Waldemar Gałęzinowski

Reputation: 1233

Code Map is slow

I'm working with VS 2013 Ultimate and using Code Map feature, but I have to wait minutes for commands like 'Show Containing Type' finish execution. How can I improve it's performance?

Upvotes: 1

Views: 818

Answers (2)

dbJones
dbJones

Reputation: 782

This article has a few helpful tips.

The trick I found to be most helpful is selecting Skip Build in the Code Map window.

enter image description here

Upvotes: 1

Jazimov
Jazimov

Reputation: 13292

I'm using VS Enterprise 2017, and at times that the Code Map feature is painfully slow, such as when expanding the children of a particular assembly or while VS attempts to create indexes... I don't have formal data on this, but it seems that rebuilding the solution (i.e., cleaning then building) speeds-up a new code map request and the expansion of assemblies within the generated code map.

Upvotes: 0

Related Questions