VSCode
必备插件
File Utils
快捷键
折叠代码
Fold folds the innermost uncollapsed region at the cursor:
Ctrl + Shift + [ on Windows
⌥ + ⌘ + [ on macOS
Unfold unfolds the collapsed region at the cursor:
Ctrl + Shift + ] on Windows
⌥ + ⌘ + ] on macOS
Fold All folds all region in the editor:
Ctrl + K, Ctrl + 0 (zero) on Windows
⌘ + K, ⌘ + 0 (zero) on macOS
Unfold All unfolds all regions in the editor:
Ctrl + K, Ctrl + J on Windows
⌘ + K, ⌘ + J on macOS
snippers
python
最后更新于
这有帮助吗?