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?
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