T O P I C R E V I E W |
dagute |
Posted - Oct 23 2012 : 05:31:09 AM I am using XP and VS2010 with the newest release of VA.
Is there any possibility to see which files have been parsed by VA - a list of them ??
Sometimes when I start the IDE there are no member list for structures and funktions availible. An other problem is - if I build my solution the actual source file will be opened on more time - and VS shows a message "file has been modified outside the IDE - reload?"
kind regards Peter
|
1 L A T E S T R E P L I E S (Newest First) |
accord |
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? |
|
|