Most of the functions in my project aren't being detected as functions to visual assist and so they don't come up in the symbols dialog, nor can I perform change signature on them, and the colors are default Visual Studio colors.
However Visual Studio's intellisense likes my code, it compiles and the refactorings like reorder parameter works with Visual Studio's refactoring commands.
I have tried changing the Enhanced Listboxes -> Source of C/C++ content to "Default Intellisense" but that didn't make a difference.
What do I do? How can I isolate what is causing the problem?
If you go to a header file, what is shown in VA Outline? What about the Alt-M list? Are either of these showing your functions?
Are you using a lot of macros to help declare your functions?
Can you post or send me a small sample file showing the problem? Any code you send would be used purely to understand the problem. So hopefully sending a very small header file will be an option, if you have one that shows the problem.
I emailed a zip file of the entire project--it is 100+ files, hope that is OK.
It does use macros to generate typedefs, but other projects that I have that use the same macros work fine with vax. So I wasn't able to localize it to a single file--so I thought I'd ask if there was a log I could get of how it is processing files and to see if I could find out what is causing the problem.