Is it possible to make Visual Studio a list of all classes, not just imported namespaces? The only way I know auto import types is to enter the class name exactly right, then right-click and import. Something like Eclipse that can display all available classes as you type.
source share