Ctrl-M
+ Ctrl-S
is collapsing current block. But this block can be a method.
Is there a short-cut key to collapse current region?
#region My Region
// group of methods
#endregion
Ctrl-M
+ Ctrl-S
is collapsing current block. But this block can be a method.
Is there a short-cut key to collapse current region?
#region My Region
// group of methods
#endregion
While your cursor is pointing @ #region regionname
use the hot keys
ctrl + m + m
I think you should look at this post once Visual Studio, Collapse/Extends Regions ONLY shortcut
Why not simply hit CTRL + M, M while cursor in #region regionname