T O P I C R E V I E W |
Gallo_Teo |
Posted - Jun 27 2013 : 07:59:50 AM when you save the file it should be great a quick analysis of: - unused include - add missed includes
it should also be great to have a feature to add forward declaration
thank you in advance |
2 L A T E S T R E P L I E S (Newest First) |
nagates |
Posted - Jul 19 2013 : 11:17:19 AM quote: Originally posted by Gallo_Teo
when you save the file it should be great a quick analysis of: - unused include - add missed includes
it should also be great to have a feature to add forward declaration
thank you in advance
These features would be awesome, I'm currently breaking up a very LARGE header file, and I was thinking it would be nice to know which headers aren't needed. |
feline |
Posted - Jul 04 2013 : 11:44:37 AM VA watches for missing include statements while you are editing. These are normally indicated by an underlined symbol, and you can then use VA's Add Include command to add the missing include:
http://www.wholetomato.com/products/features/autoUsing.asp
We are considering a feature to find and remove unused include statements:
case=32032
We are also considering a command to run Add Include several times, so that all of the missing include statements are added in one go:
case=27923 |