Last active
August 4, 2019 15:42
-
-
Save sn0rk64/76b284a10fc6276f2d225c15b9797707 to your computer and use it in GitHub Desktop.
vscode fast coding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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