Outlining Keyboard shortcuts for Visual Studio .NET.
CTRL+MM (that's two key presses!) - collapse/open the current parent region
CTRL+ML - Collapse/Open all regions in document recursively (meaning you might get only one line in the document - one big namespace region which is collapsed or you'll see the entire page code uncollapsed
CTRL+MO - Collapse all regions not recursively.
Post a Comment