vs code select word code example
Example 1: vs code select same word
Ctrl + D, Ctrl+Shift+L
Example 2: vs code select down
CTRL + SHIFT + ALT + DWN arrow key
Example 3: vs code select word
Ctrl + D
OR
Alt + Left Click
Example 4: how to replace text for same words vs code
(1) Select your code
(2) Ctrl+Shift+L (which is editor.action.selectHighlights)
(3) voila, multiple cursors done - type away.