Reputation: 10405
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.
Upvotes: 2
Views: 172
Reputation: 45
CTL+M+M collapses only the method that your cursor is blinking on. This other thread has more information on Visual Studio shortcuts.
Upvotes: 0