Greetings,
I found out that VAX do not highlight variables that were declared by macro, and even worse, it do not show a list box with methods if that variable is struct/class.
I consider that as bug, since VS 2008 shows that list box even variable is declared by macro.
Example:
#define VARMACRO MyClass xyz
main(...)
{
VARMACRO; // declare variable via macro
xyz.member; // xyz is not highlighted plus list box do not show after pressing period key (".").
}
PS: Sorry for bad English grammar ;)
moved by feline