Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut key to expand the selected collapsed block/region in Visual Studio C#

It is very frustrating to hold mouse just when my cursor is on the correct location but I can't expand the block.

I use Ctrl+M , Ctrl+O to collapse to definition. But not able to expand one of the block after that. I have to hold the mouse and click on the plus sign.

Thanks in advance.

like image 383
IsmailS Avatar asked Sep 10 '25 08:09

IsmailS


1 Answers

Here Ctrl+M, Ctrl+M toggles expansion.

like image 82
sbi Avatar answered Sep 12 '25 23:09

sbi