A note to my future self…
Multiple cursor selection is way faster than “single-minded” cursors.
Multiple selections (multi-cursor) in VS Code
- Ctrl+F to find and select…
- … or Ctrl+D which selects the word at the cursor, and all other occurrences of the word where your cursors is right now.
- Tip: You can also add more cursors with Ctrl+Shift+L, which will add a selection at each occurrence of the current selected text. …