VA seems to have all information of classes and symbols defined in different header files. I would love to have an option of proposing a list of includes needed for a file. In large projects i often have the problem of getting a list of modules i depend on. As includes "grow" during development, there may be
a) includes, i dont need anymore b) missing includes which are accidentally included indirectly
To find these includes to finally have all neccessary ones is time consuming. VA could return such a list easily i could imagine.
We are considering a feature to suggest missing include files:
case=226
To find and remove includes that are no longer needed, personally I just tend to comment them all out (select them and press /) and then compile the file and see what breaks