Add multiple cursors
How can I add multiple cursors? I'd like to edit multiple lines of text at the same time.
I followed by instructions here but they didn't help: http://www.jetbrains.com/help/webstorm/2016.1/multicursor.html
P.S. I'm running WebStorm 2016.1.1 on OS X 10.11.4
请先登录再写评论。
what doesn't work for you namely? Instructions seem to be up-to-date...
see also http://blog.jetbrains.com/phpstorm/2014/03/working-with-multiple-selection-in-phpstorm-8-eap/
works for me: hit Alt, release it, then immediately hit it again, and, while holding it, use Up/Down keys.
Note that you can assign preferred shortcuts to 'Clone Caret Above/Below' actions in Preferences | Keymap if double-Alt doesn't work for you for some reason
That works - thanks Elena.
I'd recommend updating http://www.jetbrains.com/help/webstorm/2016.1/multicursor.html with the steps you wrote.