'Multiple cursors at the same word
You can see that it put multiple cursor at #customers and change them at the same time: https://youtu.be/hson9BXU9F8?t=885
How to achieve that in VSCode?
Solution 1:[1]
Selects the word under the cursor or the current selection's next occurrence.
Ctrl+D
To place cursors next to all instances of a highlighted word
Ctrl+Shift+L
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Tamzid Ahmed |