Is there multiple cursor-like functionality in PyCharm?

editor, pycharm, python, sublimetext2

Solution

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

Problem

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.

Original source