Answers for "select multiple in vscode"

25

how to select multiple lines in vs code

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

multiple word select in vs code

//Selects the word at the cursor, or the next occurrence of the current selection.
Ctrl+D 

//To add cursors to all the occurrences of a highlighted word 
Ctrl+Shift+L 
//Then select all occurrences of that word
Posted by: Guest on August-31-2020
4

select multiple lines in vs code

Ctrl + Alt + Arrow keys
Posted by: Guest on April-30-2020
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

Browse Popular Code Answers by Language