Skip to content

michaeljolley/vscode-vs-outlining

Repository files navigation

Visual Studio Outlining

Marketplace Installs CI MIT

A simple extension that adds Visual Studio's outlining (code folding) to Visual Studio Code.

Screenshot of a code editor with the outlining context menu

Commands

This extension contributes the following commands:

Expand Outlines

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)

Toggle All Outlining

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)

Collapse To Definitions

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)

Contributing

Want to contribute? Check out our Code of Conduct and Contributing docs.