Ctrl + shift + p or F1, command paletteCtrl + shift + f, search for string across all files in currently opened folderCtrl + r, open recently opened files/foldersCtrl + shift + o, go to symbol in current file (e.g. function)Ctrl + t, go to symbol in any file (e.g. function)F12, goto symbol definition of currently selected symbolShift + F12, go to symbol references of currently selected symbolAlt + <left arrow>, move to previous positionAlt + <right arrow>, move to next positionCtrl + b, open/close side panelCtrl + j, open/close bottom panelCtrl + Shift + e, open editor panelCtrl + Shift + g, open Git panelAlt + z, toggle line wrapCtrl + `, open terminalAlt + Shift + F, format/pretty print the entire documentCtrl + K Ctrl F, format/pretty print the selected textCtrl + /, comment/uncomment selected text (block comment)Ctrl + Shift + \, jump to matching bracketAlt + z, wrap textCtrl + h, find and replaceCtrl + k, Ctrl + 0, fold/collapse all blocksCtrl + k, Ctrl + j, unfolder/expand all blocksAlt + 1Alt + 4Alt + 2Alt + 3editor.wordSeparators to change how words are recognized and selectedShows file metadata like the path to the file.
Alt + Shift + pAllows you to put an image in the background of the editor area for aesthetic purposes.