Visual Studio shortcuts
A shortcut I was searching for along time CTRL + "M" + "M"
This one will collapse the region your cursor is at whether its a method, namespace or whatever for collapsing code blocks, regions and methods. The first will collapse only the block/method or region your cursor is at while the second will collapse the entire region you are at.
Here's a reference for more Visual Studio Shortcuts
Enjoy :)