Skip to main content

Essential Shortcuts for VS Code

  • ctrl + ` -> Open the Terminal
  • ctrl + shift + p -> Open the command palette
  • alt + click -> multi cursor editing
  • shift + alt + f -> Format document
  • ctrl + / -> comment or uncomment a line
  • shift + alt + arrow_key -> Duplicate the line
  • {highlight_text} alt + arrow_key -> Shift code
  • ctrl + l -> Highlight the current line
  • alt + shift + o -> Delete UNUSED import statements