Add line transpose shortcut?
Hey guys,
One feature I loved in Notepad++ was the "line transpose" shortcut (CTRL+T). It would simply swap the line you're current on with the above line. This is extremely useful for re-ording lists of items in HTML or ordering CSS stylings in alphabetical order.
Does PHPStorm currently have a shortcut that does this? If not would you please include it in an upcoming patch :)?
Many thanks
David
Please sign in to leave a comment.
Look in the 'Code' menu for Move Line Up' which is Alt+Shift+Up or the Move Line Down is Alt+Shift+Down
Wow! I can't believe I missed that one. TThanks a lot buddy!