multicoursor like in sublime.
I used to use "ctrl+alt+arrow" buttons to make multicoursoring. I found out that in your IDE's I have to hold "alt" and click. I don't want to move mouse, so how can I setting multicoursoring by pressing "ctrl+alt+up(down)"?
this applies not only webstorm.
Please sign in to leave a comment.
You can assign a different shortcut to this action in Preferences | Keymap, Editor Actions/Add or Remove Caret
well, thanks. but it still not quite what I want. can I do it without mouse?
haven't got what you mean. Can't you assign a keyboard shortcut to this action?
well... here's a text.
and if I press "ctrl+alt+up" i'll get this
that's very useful for me.
by the way, I'd like if "ctrl+alt+l" would set semicolon in javascript automatically.
>and if I press "ctrl+alt+up" i'll get thisand if I press "ctrl+alt+up" i'll get this
so, did you try assigning this shortcut to Add or Remove Caret in Preferences | Keymap, Editor Actions?
>I'd like if "ctrl+alt+l" would set semicolon in javascript automatically.
ctrl+alt+l (Code | Reformat code) adds semicolons if Use semicolon to terminate statements is set to Always in Settings | Editor | Code Style | JavaScript | Punctuation
>so, did you try assigning this shortcut to Add or Remove Caret in Preferences | Keymap, Editor Actions?
there is just 'add __mouse__ shortcut'.
many thanks for semicolons.
hmm, inded... See https://youtrack.jetbrains.com/issue/IDEA-129575#focus=streamItem-27-795721-0-0
so it's impossible? okay than.