Intellisense suddenly stops working or shows lot of inconsistency in VS2008

311 views Asked by At

I am using VS2008 for my VC++ coding. I observe lots of inconsistency (Sometimes intellisense works fine & sometimes it suddenly stops working) wrt intellisense.

And sometimes intellisense stops all of a sudden. And manily for vector in VC++ i see it doesnt work at all.

I am really bugged of VS2008 (I feel VS2005 was simply superb compared to VS2008 user interface). VS 2008 is too bugging.

Can anyone kindly help me in getting rid of this error & make intellisense working fine.

1

There are 1 answers

3
EdChum On

You can delete the .ncb file to force it to rebuild the intellisense you have to close the solution if you want to do this, reopen the solution after deleting, or you can purchase Visual AssistX which is what I use at home and work.

The other thing is that they have rewritten intellisense as of VS2010 so it uses SQL to store the DB and improve the performance.

I know this is not much comfort to you but intellisense is notoriously annoying.