“Öffnen Sie den gesamten Zusammenbruch in VSCODE” Code-Antworten

Zusammenfassaler Code -VSCODE

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

Mac:
Command + K + 0
Command + K + J
Wicked Wolf

Visual Studio -Code bricht alle zusammen

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

// Unfold
Ctrl + K + J // unfold everything
Ham-Solo

Öffnen Sie den gesamten Zusammenbruch in VSCODE

Ctrl + K + 0    fold all 
Ctrl + K + J    unfold 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
polyglot orca

Ähnliche Antworten wie “Öffnen Sie den gesamten Zusammenbruch in VSCODE”

Fragen ähnlich wie “Öffnen Sie den gesamten Zusammenbruch in VSCODE”

Weitere verwandte Antworten zu “Öffnen Sie den gesamten Zusammenbruch in VSCODE” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen