What is the keyboard shortcut to collapse current region in VS2008?

Viewed 4307

By "current region" I mean a region where the cursor is.

EDIT: I am looking for region toggling, not outlining expansion toggling. By "region" I mean section of code defined by #region and #endregion directives. Ctrl + M, Ctrl + M toggles closest outlining (which for most cases would be current method not region).

3 Answers

CTRL + M, M should do the trick

By the way you can download a "poster" of shortcuts here

It can differ from mapping to mapping but the default is : Ctrl + M , Ctrl + M

Related