In VSCode, Ctrl+D multi-selects your current selection as well as the next occurrence(s)
I find it annoying that I have to use Ctrl+LMB to select multiple since I have to drag-select if the desired selection is not a single word
Similar shortcuts:
- Alt+F3 to select all occurrences of a selection
- Ctrl+F3 to select next occurrence of a selection (moves your cursor, does not keep current selection)
- Shift+F3 to select previous occurrence of a selection (moves your cursor, does not keep current selection)