Answers for "vscode copy line down shortcut"

31

VScode duplicate line

//------------ How to duplicate lines of code? --------------//

-> Windows:

Shift + Alt + Down   and   Shift + Alt + Up

-> Mac:

Shift + Option + Down   and   Shift + Option + Up

-> Linux:

Ctrl + Shift + Alt + Down   and   Ctrl + Shift + Alt + Up
Posted by: Guest on August-06-2020
1

vscode copy line down shortcut

Copy current line below
    Alt + Shift + ↓
Posted by: Guest on September-15-2021

Browse Popular Code Answers by Language