T O P I C R E V I E W |
aaroneady |
Posted - Apr 01 2009 : 2:45:08 PM Is there a way to have VAX just parse 1 header file so I don't get any other suggestions from anywhere else?
For example, if I put all of the functions that I ever want to call, ever, in 1 header file, how can I tell VAX to only pull suggestions from that 1 file? |
4 L A T E S T R E P L I E S (Newest First) |
aaroneady |
Posted - Apr 01 2009 : 8:55:42 PM I actually figured it out. So I went to the "Extensions to ignore:" and put in ".h;". It now only parses the .h file that I have in my project and ignores the standard stuff. Thanks for the help guys :) |
sean |
Posted - Apr 01 2009 : 8:12:05 PM As accord wrote, this is a very uncommon request. One of the good things about VA is that it helps write/navigate code when the IDE solution/workspace isn't even in a compilable or linkable state; this request is a bit at odds with that character of VA. Are you working with a solution or standalone files? |
aaroneady |
Posted - Apr 01 2009 : 7:55:31 PM Not a bad suggestion, I'll try that but I'd still like to see if there is a way to do only 1 header file if anyone else knows. |
accord |
Posted - Apr 01 2009 : 6:18:10 PM This is an uncommon request
One idea to do this is to rename this file to have a unique extension, for example .header, and then ask VA to ignore all conventional header files (.h):
http://docs.wholetomato.com?W372
I know this is a hack, but this is my idea. I haven't tried if it works or not. |