Skip to content

Instantly share code, notes, and snippets.

@iliman
Last active August 15, 2018 14:08
Show Gist options
  • Save iliman/fc17818a539bac7ee67ab63f53f0f37a to your computer and use it in GitHub Desktop.
Save iliman/fc17818a539bac7ee67ab63f53f0f37a to your computer and use it in GitHub Desktop.
VS Code useful keyboard shortcuts

VS Code useful keyboard shortcuts


Keybinding Command
Ctrl + Shift + L Select similar instances
Ctrl + Shift + K Delete the entire line
F2 Rename all instances
Ctrl + Shift + I Format the entire document
Ctrl + K -> Ctrl + L Format selection only
Ctrl + / Toggle commenting
Alt + Z Toggle word wrap
Ctrl + Space Invoke IntelliSense
F8 Navigate across errors & warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment