views:

20

answers:

1

Sorry for my English.

I am decide migrate from NetBeans to PhpStorm IDE, and only one feature I have not found at PhpStorm “Shift Left (Right), MoveDown (Up)”, which move line on the one tab left, right, switch with next or previous line. Have PhpStorm any analog of this?

P.S. Tab & Shif+Tab is not suitable

A: 

There's no built-in way to Tab/Untab (Indent/Unindent) line w/o making a selection in Jetbrains PhpStorm. So, Tab & Shif+Tab is your only choice.

As for move line Up & Down Try Ctrl+Shift+Up/Down. However this action also interacts with program structure and not just moves line as in text.

Alexey Gopachenko