How to get Intellisense to automatically fix missing

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?

+5
source share
1 answer

you must use visual studio + resharper. Resharper is the best add-on for vs. This is a performance accelerator! Although this is not free, there is also a free 30-day trial. When you start working with resharper, you cannot leave it. In addition, I recommend that you also use style. This is a test and compliance with the open source rule.

0
source

All Articles