A simple extension that adds Visual Studio's outlining (code folding) to Visual Studio Code.
This extension contributes the following commands:
This command behaves like Visual Studio's Edit > Outlining > Toggle Outlining Expansion
command.
It is also accessible via the following keybindings:
Ctrl+M M
(Windows)Cmd+M M
(Mac)
This command behaves like Visual Studio's Edit > Outlining > Toggle All Outlining
command.
It is also accessible via the following keybindings:
Ctrl+M L
(Windows)Cmd+M L
(Mac)
This command behaves like Visual Studio's Edit > Outlining > Collapse To Definitions
command.
It is also accessible via the following keybindings:
Ctrl+M O
(Windows)Cmd+M O
(Mac)
Want to contribute? Check out our Code of Conduct and Contributing docs.