I just installed VS2010 to do some XNA development, and I noticed that, based on using Eclipse on a daily basis, this one very useful feature seems to be missing. When I start typing a class name from another namespace, intellisense does not display it, so I cannot autocomplete. I have to enter the full name, hover over the entered class name with the cursor, and then click on the menu that appears to add the usage directive.
Is there a way to get a similar behavior, for example, in Eclipse, where it shows all the class names in the current project and automatically adds import when autocomplete?
source
share