Skip to content

michaeljolley/vscode-vs-outlining

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Visual Studio Outlining

Marketplace Installs MIT

CI All Contributors

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. This project follows the all-contributors specification. Contributions of any kind welcome!

Thanks goes to these wonderful people (emoji key):

Michael Jolley
Michael Jolley

💻 ⚠️ 📖