Skip to content

Instantly share code, notes, and snippets.

@Bellov
Last active August 26, 2018 17:17
Show Gist options
  • Save Bellov/2a408e980e2151b77b9c0360b5b427a5 to your computer and use it in GitHub Desktop.
Save Bellov/2a408e980e2151b77b9c0360b5b427a5 to your computer and use it in GitHub Desktop.
Visual Studio Code shortcuts
# Duplicate Lines
# Shift + Option + Up Down Arrow Keys
# Move line up or down
# Alt / Option + Up Down Arrow Keys
# Write on multiple lines (without mouse)
# Shift + Option + Command + Up Down Arrow Keys
# Write on multiple lines (with mouse)
# Shift + Option + Mouse Click
# Place cursor at multiple locations
# Option + Mouse Click
# Select multiple similar words with cursor at multiple locations
# Command + D
# Opening the same file in a new Tab
# Command + \
# Hiding the left Sidebar
# Command + B
# Goto Function / Variable Definition in new Tab
# Command + Option + Click on it
# Close Single Tab
# Command + W
# Open File by writing its Name
# Command + P -> Write Name
# Goto Line
# Control + G -> Line Number
# Open Terminal
# Command + J
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment