T O P I C R E V I E W |
jmatthias |
Posted - Apr 04 2006 : 3:03:37 PM It would be cool if VA could help insert #includes, something like this...
Your cursor is on CFoo You need to include Foo.h in the current .cpp So you tell VA to add a reference to the include file for the current symbol. VA adds a #include "Foo.h" after the last #include in the file. OR if that too much work, just put #include "Foo.h" in the copy buffer so I can go paste it.
At the moment I have to go to the definition of CFoo so that I can see what the name of the .h file and then go back to the .cpp file and manually type #include "Foo.h" Then I have a file open that I don't need so I close it.
If you add this I will name my next child Visual Assist Matthias
Thanks, Joel Matthias |
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jan 27 2009 : 10:40:25 PM case=226 is implemented in build 1715 Hover over an unrecognized symbol and choose "Add include xxxx" from the refactoring context menu.
|
feline |
Posted - Apr 04 2006 : 4:25:30 PM this has been requested before
case=226 |