Reputation: 242
In Sublime Text, I can use Ctrl+D or Command+D (Mac OS) to quickly add new cursors at the next occurrence(s) of the currently selected text. How can I do this in VSCode?
Upvotes: 2
Views: 953
Reputation:
Box Selecting
Windows : 'shift' + 'alt' + 'Mouse Left Button'
macOS : 'shift' + 'option' + 'Click'
answer taken from this question
Upvotes: 0
Reputation: 242
Thanks Benjamin. For reference, this functionality has been added (since v0.3.0):
Upvotes: 4
Reputation: 124314
We are preparing for a new version of VS Code that will have this feature enabled. It should be released next week!
Upvotes: 1