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
- Disable Workbench > Editor > Preview to retain your sanity "workbench.editor.enablePreview": false,