PhpStorm - swap backward

I recently switched from sublime text to phpstorm and did not get the function of re-mirroring permutation with sublime (CTRL + T on windows).

More clearly: Switching between each other.

Of

xxx
yyy

to

yyy
xxx

Do you guys know if there is anything in PhpStorm? I did not find anything on www.

+4
source share
3 answers

So, after several days of research, this function, unfortunately, does not exist in PhpStorm. I will contact JetBrains.

Thanks, though.

+1
source

Shift + Alt + Up Shift + Alt + Down , .

+1

Windows CTRL + ALT + S, . Keymap. . , .

, , , . , PhpStorm ( ).

0

Source: https://habr.com/ru/post/1610082/


All Articles