My VS2010
solution is a large scale one, with 100+ source/header files, and several external library being included. I use VAssistX
plugin. Yesterday I added a new .cc file and it started getting slow when editing. Very lag when typing.
I tried to rebuild VS2010
intellisense database (Project > Rescan Solution), and rebuild VAssistX
symbol database. Is there any other thing I can try in order to fix this issue? Or any way I can find out what's the root cause.
PS: I am guessing this lag is due to symbol parsing. Whenever I type in that new file, VS2010
/VAssistX
is looking up or updating the symbol database. Somehow this operation is cause lagging.