My favourite set up with Microsoft's Visual Studio Code.
These will depend on how your short cut keys are set up. The ones below are mostly the set up after installing Visual Studio Code.
Function | Short-cut Keys | Description |
---|---|---|
Emmet: Wrap with Abbreviation | Shift+Alt+W | |
Delete Line | Ctrl+Shift+K | |
Format Code | Shift+Alt+F | |
Select same text | Ctrl+D | |
Select all same text & multi edit | Ctrl+Shift+L | |
Comment/Uncomment | Ctrl+/ | |
Copy block down | Shift+Alt+up/down | |
Word wrap toggle | Alt+Z | |
Open Terminal window | Ctrl+J | |
Multi edit on same column. | Ctrl+Alt+up/down | If a selection is active it is extended, otherwise multi line cursors are put on the same column. |
Extend selection up or down. | Ctrl+Shift+up/down | |
Move current line or selection up or down. | Alt+up/down |
You must be logged in to post a comment.