Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 VA to parse all included files

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Alek86 Posted - Mar 02 2020 : 7:36:28 PM
My current version of VA (10.9.2270, VS 2015) doesn't see .h files that are not explicitly included to the vcxproj, even if they are in External Dependencies VS "folder" in the project tree.

It would be much appreciated if VA could see those files as well. We a big C++ code base with many devs and lots of .h files are not added in .vcxproj.


I checked the VA settings, but didn't find any setting that would help me. It would be perfect if I just missed one)


P.S.
When I use Open File in Solution with check "Show only files in the current solution" off, I see some of .h files that are not added to the project explicitly. But definitely not all of them.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Mar 03 2020 : 05:05:45 AM
Do you have:

VA Options -> Performance -> Parse all files when opening a project

turned On of Off?

Based on this page, assuming the information is correct:

https://stackoverflow.com/questions/12644100/visual-studio-c-external-dependencies

the external dependencies files are #included into your code somewhere inside your solution. So, if VA is aware of the directories these files live in, and is parsing the files that include them, it should be looking for and parsing these files if possible.

For the header files VA is not finding, are these in the same directory as header files VA is finding, or are they in different directories? I am trying to work out if this is a problem with VA finding all of the include directories for your project, or something else.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000