How to collapse code sections in VS Code

Jul 13, 2020

๐Ÿค” Problem

How do you fold code sections in Visual Studio Code?

โœ… Solution

โŒ˜ + k + 0 : Fold all levels

โŒ˜ + k + 1 : Level 1 (Namespace)

โŒ˜ + k + 2 : Level 2 (Class)

โŒ˜ + k + 3 : Level 3 (Methods)

โŒ˜ + k + 4 : Level 4 (Blocks)

โŒ˜ + k + 4 : Level 4 (Blocks)

โŒ˜ + k + [ or ] : Current cursor block

โŒ˜ + k + j : Unfold

Share on Twitter

Give this page a share if you found it useful ๐Ÿ™

A handsome man.

I'm Wes. I live in Boston and work on Wonderment.