accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - May 14 2009 : 5:46:52 PM
|
Intellisense is part of Visual Studio, and not Visual Assist, so I can give you limited help.
One possible reason for this problem can be a corrupt symbol database, so you can try exiting Visual Studio, then delete the .ncb file next to your .vcproj file, then restart VS. It will force intellisense to rebuild its database from scratch.
Another option is to turn off default intellisense completely: (it will not prevent Visual Assist from correct working since it uses its own separated parser and database)
http://docs.wholetomato.com?W133 |
Edited by - accord on May 14 2009 5:48:00 PM |
|
|