Search code examples
visual-studio-2010pluginskeyboard-shortcutsvisual-studio-extensions

Is there a keyboard shortcut to move the cursor between methods in Visual Studio 2010?


Is there any keyboard shortcut to move the cursor between methods in Visual Studio? Is there any plugins that can do the same job?

All the time when I program, I want to go at the end of the current method and if I could have a shortcut that can move the cursor at the beginning of the next method and then just have to type a couple of up arrow to be where I want would be fantastic.

Thank you.


Solution

  • Visual Studio doesn't have such a function, but JetBrains' ReSharper does. At least is the only one that I know of to offer this functionality.

    For ReSharper the shortcuts are Alt-Up and Alt-Down, for previous/next member.