My favorite Visual Studio Code cheatsheet for Mac

Most developers that use Visual Studio Code swear by its keyboard shortcuts since they make navigating and modifying code considerably quicker and simpler.
This is my most frequently used keyboard shortcuts when I use VS Code for Web development. These shortcuts will completely change your way of coding with VS Code.
Shortcuts
Navigation
⌘ P Quick Open, Go to File
⌘ T Show all symbols
⇧ G Go to Line
F12 Go to Definition
⇧ F12 Show Peek References
⇧ ⌘ O Go to Symbol ... (in a file)
⌘↑ ⌘↓ Go to beginning/end of file
Selection - Search and replace
⇧ ⌘ K Delete line
⌘ L Select current line
⇧ ⌘ L Select all occurrences of current selection
⌘ F Find
⌥ ⌘ F Replace
⇧ ⌘ F Find in Files
⇧ ⌘ H Replace in Files
Rich languages editing
⇧ ⌥ F Format document
F12 Go to Definition
⌘K F12 Open Definition to the side
F2 Rename symbol
File/Editor Management
⌃ ⇥ Open next/prev
⌘ W Close File/Editor
⌘ K ⌘ W Close All
⌘ ⏎ Open File to the Side
⇧ ⌘ T Reopen closed editor
⌘ K P Copy path of active editor
⌘ K R Reveal active file in Finder
Misc
⌘ , User Settings
⇧ ⌘ V Open Markdown preview
⌃ ` Open/close terminal
⌘ ⇧ [ (or ]) Move to next/prev terminal