Sublime Text has this functionality where you can select text and start editing each line with a (multiple) cursor:
Is there PyCharm equivalent?
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.