Answers for "vscode select multiple cursors"

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
0

how to make the cursor in vs code appear at multiple lines

//for mac
shift+control+up
shift+control+down
Posted by: Guest on January-06-2022

Browse Popular Code Answers by Language