VS 2008 Intellisense hanging on right click

爱⌒轻易说出口 提交于 2020-01-02 04:33:14

问题


I have a fairly large C++ solution in Visual Studio 2008 SP1. When I RIGHT CLICK, I see the updating intellisense in the status bar and the whole studio freezes for several minutes.

Right click worked fine in 2005.

Any workarounds?


回答1:


Updating intellisense on larger projects just kills productivity - Visual Assist is a much better replacement. I think though that intellisense is also linked to the way VS parses the code for the designer, so a more temporary solution to test with is to replace your .ncb file with a folder called [solution].ncb

I highly recommend Visual Assist though




回答2:


Delete you ncb files, and let them regenerate. This how we usually workaround intellisense when it is behaving badly. It akes a bit to regenerate but it is worth it.




回答3:


Intellisense is known to kill over on large C++ projects. The only reliable solution I have found (despite their attempts to hotfix) is to disable Intellisense by removing/renaming Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcpackages\feacp.dll.

Luckily, an add-on like Visual Assist is quite the superior replacement to Intellisense, I find.



来源:https://stackoverflow.com/questions/778372/vs-2008-intellisense-hanging-on-right-click

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!