How can I collapse only current method which cursor is currently located in its block inside VS2019(Windows)?
I know about Ctrl+M,Ctrl+O
but I want shortcut for to collapse only one method not more.
How can I collapse only current method which cursor is currently located in its block inside VS2019(Windows)?
I know about Ctrl+M,Ctrl+O
but I want shortcut for to collapse only one method not more.
CTL+M+M collapses only the method that your cursor is blinking on. This other thread has more information on Visual Studio shortcuts.
you can use ctrl + shift + [, this might work