Visual studio 2012 was having a working keyboard shortcut for moving to and fro between #region
and #endregion
.
Ctrl + ]
This was not documented anywhere and this was indeed a keyboard shortcut for moving to and fro between {
and }
. But the same shortcut was working for regions.
See below SO question which is similar.
How to jump to the region header from the endregion tag in c# visual studio 2012?
Visual studio 2015 seems to have stopped supporting this keyboard shortcut for regions.
I have googled and found below links.
1. Default Keyboard Shortcuts in Visual Studio
and
2. Visual Studio 2015 keyboard shortcuts - The complete list
But I haven't been able to find the keyboard shortcut for "Goto Region"
.
Has anyone found an alternate keyboard shortcut for this? OR written a macro or something for the same?