Answers for "EXPAND COLLAPSE VSCODE"

CSS
30

collapse all code vscode

Use :
Ctrl + K + 0 to fold all 
Ctrl + K + J to unfold all
Posted by: Guest on October-21-2020
2

vscode expand all

Ctrl+Shift+[    Fold (collapse) region  editor.fold
Ctrl+Shift+]    Unfold (uncollapse) region  editor.unfold
Ctrl+K Ctrl+[   Fold (collapse) all subregions  editor.foldRecursively
Ctrl+K Ctrl+]   Unfold (uncollapse) all subregions  editor.unfoldRecursively
Ctrl+K Ctrl+0   Fold (collapse) all regions editor.foldAll
Ctrl+K Ctrl+J   Unfold (uncollapse) all regions
Posted by: Guest on March-12-2020

Code answers related to "EXPAND COLLAPSE VSCODE"

Browse Popular Code Answers by Language