Skip to content

Instantly share code, notes, and snippets.

@geowulf
Last active December 22, 2015 21:12
Show Gist options
  • Save geowulf/eae6ac081e7da0719f31 to your computer and use it in GitHub Desktop.
Save geowulf/eae6ac081e7da0719f31 to your computer and use it in GitHub Desktop.
Visual Studio Code Useful Shortcuts (PC)

Visual Studio Code – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Microsoft also offers full documentation.

You can launch VS Code from the command line to quickly open a file, folder, or project. Typically, you open VS Code within the context of a folder. We find the best way to do this is to simply type:

code .

Editing

Ctrl + Space Code completion
Ctrl+D selects the word at the cursor, or the next occurrence of the current selection.
Ctrl+K Ctrl+D moves the last added cursor to next occurrence of the current selection
Alt + Left Click select all occurrences of any word

General

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment