Visual Studio Code Shortcuts




Alt, Shift and F Key - Format your code. Might require ESLint Extention

Ctrl + P - Opens search window so you can search for a specific page. Big time saver.

Ctrl+K Ctrl+S Keyboard Shortcuts

Multi-cursor and selection - Ctrl+Shift+Alt + (arrow key)

Ctrl+Shift+K Delete line



  1. F12 - Go to Definition
  2. Alt+F12 - Peek Definition
  3. Ctrl+K F12 Open Definition to the side
  4. F11 - Toggle full screen
  5. Ctrl+K Z Zen Mode (Esc Esc to exit)
  6. Find in Selection
    1. CTR-H to open Find/Replace.
    2. Select your line of text.
    3. Click the "Find in selection" icon to the right. Alt+L to toggle find in selection.
    4. Enter your find and replace characters in their inputs.
    5. Click the Replace all icon.
  7. Ctrl+End Go to end of file
  8. Ctrl+↑ / ↓ - Scroll line up/down
  9. Ctrl+/ - Toggle line comment
  10. Shift+Alt+A - Toggle block comment
  11. Shift+Alt + ↓ / ↑ - Copy line up/down
  12. Ctrl + 2, 3, 4 - Quickly open or move between editor windows.
  13. Ctrl + Shift + TildeOpen Terminal