I am comming from java and I am missing some staff in VS2010 Pro.
-
In java, when you type in a variable like:
MyObject myObject;
Eclipse will let you automatically choose this names:
myObject or object
-
in eclipce you can generate entire class/bean just from the constructor.
-
variable refactor.
-
Good variable naming when refactoring to method.
VS 2010 intellisense is very limited, is there a tool /free/paid that can provide more features?
Thanks
You can use ReSharper.
This tool has been created by JetBrains that it is the same company that created the powerfull IntelliJIDEA IDE for Java. If you already used IntelliJIDEA you can use the same shortcuts in ReSharper.
This is a commercial tool but for my opinion it is indispensable.