Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 743
Biggy Avatar asked Oct 03 '15 09:10

Biggy


1 Answers

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

Thanks though.

like image 58
Biggy Avatar answered Oct 17 '22 00:10

Biggy