How to position multiline cursor at multiple ends of lines ?
Hi,
I love the multiline cursor and edit feature in Webstorm.
However I can't manage to make it work to edit the ends of lines....
Assume the following piece of code :
"aaaaaaaaa",
"bbb",
"ccccccccccccccc",
...
"zzzzzz";
Is there a way to automagically position the multiline cursor on the actual end of all lines, to be able to edit the end of each line, even though they end on different columns (to remove the quote and comma in my example) ?
Thanks
请先登录再写评论。
See: http://blog.jetbrains.com/phpstorm/2014/03/working-with-multiple-selection-in-phpstorm-8-eap/
Thanks.
It's actually quite easy, just hit the "End" key while a multiline selection is active, in case someone is searching for this later on.