Reputation: 131
I'm a big fan of multicursor mode in Android Studio and use Cmd+G for multi select and alt + drag with mouse for block select a lot. Sometimes, I want to enter multi cursor mode when the text doesn't match/ line up between lines.
Is it possible to click with the mouse in different places and add a new cursor on each click? I believe sublime has something similar although it's been a while since I've used it.
Thanks a lot!
Upvotes: 1
Views: 301
Reputation: 26462
You can use Alt + Shift + Left mouse button click to place multiple cursors. You can redefine the mouse shortcut by locating the Editor Actions | Add or Remove Caret
action in Settings | Keymap
.
Upvotes: 1