Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 880 Bytes

File metadata and controls

22 lines (17 loc) · 880 Bytes

VSCode Short-cuts

option - shift - Y ?

cmd-K U Change to uppercase cmd-K L Change to lowercase cmd-K cmd-0 / cmd-K cmd-J Fold/unfold all regions cmd-K cmd-2 / cmd-K cmd-J Fold/unfold all regions with option-cmd-[ / option-cmd-] Fold/unfold region cmd-] / cmd-[: Indent / Dedent option-cmd-up / option-cmd-down Insert cursor above or below cmd-J Toogle Terminal cmd-F2 Select all instance and give you a cursor to edit alt-shift-p Format the code (when used with VSCode plugin "prettier")) cmd-p highlight a file, then option-enter: Open file in split pane

More here

Settings

  • Disable Workbench > Editor > Preview to retain your sanity "workbench.editor.enablePreview": false,