IntelliJ Idea, VS Code Sublime like text selection
Keyboard shortcuts related to multiselection of same words:
Sublime
- add next: Ctrl+D
- undo selection: Ctrl+U
- skip next: Ctrl+K, Ctrl+D
IntelliJ Idea
- select next: Alt+J
- unselect next: Alt+Shift+J
- select all occurrences: Ctrl+Alt+Shift+J
Visual Studio Code
- add selection to next find match: Ctrl+D
- cursor undo: Ctrl+U
- select all occurrences of find match: Ctrl+Shift+L