How to jump to the region header from the endregion tag in c# visual studio 2012?

Ctrl+] will jump between the start and end of blocks. I just tested, and it works for #region blocks for me in VS2010.

Edit: The relevant command is Edit.GoToBrace


The answer is Ctrl + ] as already answered by @TheEvilPenguin.

But I thought to add this awesome link for other shortcuts as well, which can be helpful in speeding up routine tasks in VS.

Save the link page as html in your system, as the link might expire in future.


For Visual Studio 2015, Ctrl + ] doesn't work anymore. But you can use the following:

  1. Click on region
  2. And use following shortcuts: Ctrl + shift + ↑ and Ctrl + shift + ↓