Answers for "vs code how to collapse all"

40

collapse all code vscode

Use:
Ctrl + K + 0 to fold all 
Ctrl + K + J to unfold all

Mac:
Command + K + 0
Command + K + J
Posted by: Guest on October-21-2020
3

visual studio code collapse all

// Fold
Ctrl + K + 0 // fold everything that could be folded
Ctrl + K + 1 // fold just the main branches

// Unfold
Ctrl + K + J // unfold everything
Posted by: Guest on February-11-2021

Code answers related to "vs code how to collapse all"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language