Here are some most useful Eclipse PHP Development Tools shortcut keys that you should be using while developing applications. Enjoy 🙂
Ctrl + M = maximize active view/editor
Ctrl + / = line comment
Ctrl + Shift + / = block comments
Ctrl + D = delete line
Alt + Up = move lines up
Alt + Down = move lines down
Shift + Enter = insert line below current line
Ctrl + Shift + Enter = insert line above current line
Ctrl + Shift + Y = to lower case
Ctrl + Shift + X = to upper case
Ctrl + Space = control assist
Ctrl + K = find next
Ctrl + Shift + K = find previous
Add a Comment