Author |
Topic |
|
smeuser
Senior Member
Germany
31 Posts |
Posted - Aug 01 2007 : 10:42:27 AM
|
Hi,
if I add an include, I would be happy if a list is displayed with matching include names. At least with includes which belong to the current solution.
Of course, even more nicer would be, if VAX detects that an include is missing and could add it on its own.
thanks, Stefan |
Edited by - smeuser on Aug 01 2007 10:42:56 AM |
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Aug 01 2007 : 12:03:42 PM
|
If you type:
#in
you should see a suggestion from VA for #include "" and #include <>
When you accept either of these a suggestion listbox should appear showing valid include files. The list will depend on which type of include statement you are using.
You can also trigger the list manually with CTRL-SPACE
Are you seeing this? If not then either you have disabled VA's suggestions or something is not working correctly.
Suggesting which header to include based on the code in the current file is something we are considering doing at some point:
case=226 |
zen is the art of being at one with the two'ness |
|
|
smeuser
Senior Member
Germany
31 Posts |
Posted - Aug 01 2007 : 12:23:12 PM
|
Ups, now I see it. It works as I had expected. I don't know, why it did not work last time I tried. Probably, I have done something wrong.
Thanks,
Stefan |
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Aug 01 2007 : 2:37:04 PM
|
The first time you do this you need to be patient while VA builds the list of files to suggest. Give it a couple of seconds and the list should appear. This may be why you did not see it at first.
The next time it will be faster, at least until you restart the IDE. |
zen is the art of being at one with the two'ness |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Jan 27 2009 : 10:31:02 PM
|
case=226 is implemented in build 1715 Hover over an unrecognized symbol and choose "Add include xxxx" from the refactoring context menu.
|
Whole Tomato Software, Inc. |
|
|
|
Topic |
|