Answers for "vscode multiple cursors"

C
5

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
3

visual studio code spawn multiple cursors

//Spawn multiple cursors in Visual Studio Code (OS: Windows)
alt + left mouse click
Posted by: Guest on July-06-2020

Code answers related to "C"

Browse Popular Code Answers by Language