Is there multiple cursor-like functionality in PyCharm?

Viewed 5910

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.

2 Answers
Related