Visual Studio 2010 'Assign to local variable' function?
- by Frank Meulenaar
I'm in love with the function in Eclipse "assign to field". Basically, when I have
getString();
and I type ctrl-2, Eclipse converts this into
String getString = getString();
Is this possible in VS 2010?