accord
Whole Tomato Software
    
United Kingdom
3287 Posts |
Posted - Oct 23 2012 : 11:32:04 AM
|
Strictly speaking, the parsed files are shown in VA.log if you turn on logging.
1. Initiate a rebuild symbol database, and restart VS 2. Turn on logging before you open the project: VA Options -> Performance -> Enable logging 3. Find "Parsing " in VA.log which is will be located in C:\\ with Windows XP.
More on logging: http://docs.wholetomato.com?W305
But there are much easier ways to find them indirectly. Basically, all files are parsed that are part of your project, more specifically, the files in the "Open Files in Solution" dialog (alt+shift+o) Also, if you include a file, it should also be parsed. The log is the most exact way, though.
Regarding the member listbox problem Generally, as a first advice, trying to rebuild your symbol databases might be a good idea.
The second problem is odd to say the least. Visual Assist doesn't modify files as you build them. - Do you use any other Visual Studio extensions? - Do you use any custom build rules? - What happens if you disable Visual Assist? (VAssistX -> Enable/Disable Visual Assist X) Do you still see the problem or it stops happening? |
 |
|