It's very nice to be able to use VA-X in both C++ and C# contexts. What I miss is the possibility to automatically add a 'using' directive in C# when a class in an undefined namespace is used.
Example: I add the statement: Thread.Sleep( 1000 );
the compiler now complains that the Thread class is unknown: The type or namespace name 'Thread' could not be found (are you missing a using directive or an assembly reference?)
It would be very nice if VA-X would now offer the possibility to automatically add a 'using System.Treading;' directive.
VA and Visual Studio each do this already for managed code.
case=226 for native C/C++ is implemented in build 1715 Hover over an unrecognized symbol and choose "Add include xxxx" from the refactoring context menu.