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