Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there multiple cursor-like functionality in PyCharm?

I love multiple cursors in Sublime Text and was wondering if there was anything close to equivalent in PyCharm. I haven't been able to find anything other than Extract Variable which kind of does something similar I suppose, but it's definitely not the same thing.

I want to able to press Ctrl-D (obviously not that specific combination necessarily) and be able to highlight subsequent occurrences for quick modification.

like image 705
hfaran Avatar asked Dec 07 '13 04:12

hfaran


1 Answers

This is an old thread, but I thought I should mention that, after a mere four years, the pycharm EAP release includes multiple cursors.

like image 169
blackappy Avatar answered Oct 04 '22 21:10

blackappy