Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Right Pop up menu coming slowly

When i right click in the text editor in Visual studio 2008 IDE, the Pop Up menu comes at a slower pace. Is there any setting in visual studio that can control this behavior?

like image 741
Atul Avatar asked Dec 24 '10 08:12

Atul


2 Answers

After a windows crash my IntelliSense context menu (when clicked over a member/class/declaration) became very slow (~10s to open it). Solution was to close my VS2012, and delete solution cache files (solutionname.suo).

Keep in mind that .suo files are hidden.

After reloading the solution all came back to normal!

like image 168
hardyVeles Avatar answered Sep 19 '22 17:09

hardyVeles


You may make VS GUI faster by disabling animation. Uncheck "Animate environment tools" checkbox in tools - options - environment - general. This may help...

like image 30
Raiv Avatar answered Sep 19 '22 17:09

Raiv