Answers for "vs code how to select multiple lines"

24

vs code edit multi line

Windows: Ctrl + Alt + Arrow Keys.
Linux: Shift + Alt + Arrow Keys.
Mac: Opt + Cmd + Arrow Keys.
Posted by: Guest on April-19-2020
10

multiple line selection vscode

You can just Alt + click for additional cursors
Posted by: Guest on February-17-2021
2

visual studio code edit multiple lines

Linux: Shift + Ctrl + Arrow Keys
Posted by: Guest on June-03-2021
4

select multiple lines in vs code

Ctrl + Alt + Arrow keys
Posted by: Guest on April-30-2020
0

vscode select multiple lines

step 1: Click on first line
Step 2: hold SHIFT+ALT
step 3: Click on last line
Posted by: Guest on July-03-2021
0

vs code select multiple lines

// mac OS shortcut 
alt + (click on the line, then click the next line etc)

// note: you can click on the cursor to remove it if you've placed it by mistake
Posted by: Guest on August-24-2021

Code answers related to "vs code how to select multiple lines"

Browse Popular Code Answers by Language