Whenever I create a method signature in VS 2008 (C #), I print two curly braces:
public void Something () {}
This leaves the cursor to the right of the closing brace. Then I have to use the arrow keys to move the cursor between curly braces. Is there a better way to do this without using the arrow keys?
I expect it to place the cursor between curly braces when I type the final one so that I can start entering code.
Jonathan
source share