Search code examples
c#visual-studiouser-interfacekeyboard-shortcutsregion

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


If i have the following

#region
blah;
blahblah;
.....
moar;
#endregion

how can i jump to the top #region label if i see the #endregion tag on my screen?

Is there a short cut?


Solution

  • 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.