Answers for "vs code windows duplicate line"

10

vs code copy a link down

On Windows: Shift + Alt + Up/Down.
On Mac: Shift + Option + Up/Down.
On Ubuntu: Ctrl + Shift + Alt + Up/Down.
Posted by: Guest on July-13-2020
1

ubunutu duplicate shortcuts

{ "key": "shift+alt+down",        "command": "editor.action.copyLinesDownAction",
                                     "when": "editorTextFocus" },
{ "key": "shift+alt+up",          "command": "editor.action.copyLinesUpAction",
                                     "when": "editorTextFocus" },
Posted by: Guest on September-08-2020

Code answers related to "vs code windows duplicate line"

Browse Popular Code Answers by Language