Search code examples
intellij-ideakeyboard-shortcutsphpstormsublimetext

PhpStorm - permute reverse selection


I switched from sublime text to phpstorm recently and missing the permute reverse selection feature from sublime (CTRL+T on windows).

More clear: Swapping selections with each other.

From

xxx
yyy

to

yyy
xxx

Do you guys know if there is something equivalent in PhpStorm? I didn't find anything in the www.


Solution

  • So after days of research this feature does not exist in PhpStorm, unfortunately. I'll contact JetBrains.

    Thanks though.

    7 years later: it's now possible without plugins. The action is called Transpose (Edit → Transpose).