Vs.Net Tip: Toggle outlining using keyboard
How do you open / close outlining (code folding) using the keyboard?
The "secret" is Edit.ToggleOutliningExpansion, which is by default mapped to Ctrl+M, Ctrl+M. I don't really like chords, so I mapped it to Ctrl+` (the key to the left of the 1, in most keyboards.
Comments
Comment preview