It would be great if EA did a better job placing the proper "using" statements in the class headers. Creating a variable of type X does not automatically generate the using statement (C# code) for the assembly that defines type X. Unless I'm mistaken, this should not be a very difficult task since types and their associated containers can be defined in EA. Or they can be easily imported. Without this feature, alot of extra coding is required in VS.Net.
Thanks!