Search code examples
pycharm

PyCharm: Turning selection to multiple cursors per line


Sublime Text has this functionality where you can select text and start editing each line with a (multiple) cursor:

enter image description here

Is there PyCharm equivalent?


Solution

  • This functionality was added to Pycharm in June 2020.

    It's called "Add Carets to Ends of Selected Lines", and is bound to Alt + Shift + G by default.