Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2008 Intellisense hanging on right click

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?

like image 990
Filip Frącz Avatar asked Apr 22 '09 17:04

Filip Frącz


2 Answers

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

like image 114
Fry Avatar answered Nov 15 '22 11:11

Fry


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.

like image 40
Alex Avatar answered Nov 15 '22 11:11

Alex