visual studio multiple cursors code example

Example 1: Multiline editing in Visual Studio Code

Ctrl+Shift+L

Example 2: 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

Example 3: visual studio code spawn multiple cursors

//Spawn multiple cursors in Visual Studio Code (OS: Windows)
alt + left mouse click

Example 4: vscode add multiple cursors

//mac
command+option+down
command+option+up

Tags:

Html Example