Hello,
VA_X.dll file version 10.9.2093.0 built 2016.03.11
DevEnv.exe version 14.0.24720.0 Community
VAX doesn't seem to recognize the new types introduced by type aliases. For example
using MyType=int;
int main()
{
MyType x=1;
return 0;
}
MyType is not listed in suggestion listboxes when typing, nor is it colored as a "type".