views:

55

answers:

0

After installing visual assist X for Visual C++ 2008, I turned off the standard intellisense by renaming the DLL. Now my normal Class View control doesn't work, and I can't see a corresponding functionality in VA. I assumed there would be one, so I could do things like rename a class without having to open the .h file, or rename a class member without having to find it... in fact I'd kind of assumed VA would add have something like "Class View +", but all I get is a drop-down list showing methods in the file I have open.

Is this possible and I need to turn it on? Or do I have to enable the VC++ intellisense again and let the two systems fight?