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?
You may make VS GUI faster by disabling animation. Uncheck "Animate environment tools" checkbox in tools - options - environment - general. This may help...
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!
.vs
subfolder that contains a solution folder, containing the suo file and other stuff. All the folder could be deleted, in my experience. –
Nauru You may make VS GUI faster by disabling animation. Uncheck "Animate environment tools" checkbox in tools - options - environment - general. This may help...
The problem is possibly a timeout trying to connect to a Visual Studio Team Foundation Server. To disable this in VS 2012:
Tools > Options > Source Control > Plug-in Selection > Current Source control plugin-in > None
This worked for me and I read about it in a comment on this answer: https://mcmap.net/q/2033883/-right-clicking-suddenly-unbearably-slow-in-vs-2010 .
© 2022 - 2024 — McMap. All rights reserved.