Answers for "vs code duplicate line shortcut"

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
1

duplicate line un vs code

---------------- Windows ---------------
Duplicate Line Up   : Shift + Alt + Up
Duplicate Line Down : Shift + Alt + Down

----------------  Linux ------------------
Duplicate Line Up   : Ctrl + Shift + Alt + 8.
Duplicate Line Down : Ctrl + Shift + Alt + 2.
Posted by: Guest on April-21-2021
0

'visual studio' -"visual studio code" -"vs code" copy line duplicate lines keyboard shortcut?

In the search bar on top, try search 'duplicate' you will find the shortcut 
right after the key word, for me it shows: "ctrl + E / V"
Posted by: Guest on October-25-2021
0

duplicate shortcut in vscode

Duplicate Line
On Windows: Ctrl + Shift + d.
On Mac: Command + Shift +d.
On Ubuntu: Ctrl + Shift + d.
Posted by: Guest on August-13-2021

Code answers related to "vs code duplicate line shortcut"

Browse Popular Code Answers by Language