Jump to the start of next statement

Posted by Borek on Stack Overflow See other posts from Stack Overflow or by Borek
Published on 2010-06-09T08:00:19Z Indexed on 2010/06/09 8:02 UTC
Read the original article Hit count: 130

Filed under:
|

Say that I'm writing a test and my caret is here (indicated by "|"):

[ExpectedException(typeof(InvalidOperationException|))]

In Visual Studio 2010, I'd like to press some shortcut that would take me to the next line so that I could start typing "public void Etc()".

Right now, I need to press

Right arrow
Right arrow
Right arrow
Enter

Which is too many key presses IMO. Is there a VS2010 / ReSharper shortcut to aid this operation?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about editor