Answers for "multiline select in vscode"

10

multiple line selection vscode

You can just Alt + click for additional cursors
Posted by: Guest on February-17-2021
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
2

how to select multiple lines in vsc

alt
Posted by: Guest on April-20-2020

Browse Popular Code Answers by Language