Skip to content

Instantly share code, notes, and snippets.

@mapfel
Created July 12, 2019 08:36
Show Gist options
  • Save mapfel/5c69d7bdc6f45f07666d0d783d3ce1c2 to your computer and use it in GitHub Desktop.
Save mapfel/5c69d7bdc6f45f07666d0d783d3ce1c2 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"editor.showFoldingControls": "always",
"editor.folding": true,
"editor.foldingStrategy": "indentation",
}
@mapfel
Copy link
Author

mapfel commented Jul 12, 2019

  1. open Command Palette via SHIFT + CTRL + p
  2. type fold to get an understanding about folding options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment