Wednesday 20 March 2019

keyboard shortcuts Eclipse

CTRL + D = Delete row
ALT + Up/Down Arrow = Move the row (or the entire selection) up or down
ALT + Left/Right Arrow = Move to the last location you edited
CTRL+E = Shows you a list of all open editors.
CTRL+F6 = Use to move between open editors.
Ctrl + 1 = for quick fix
Ctrl + k and Ctrl + Shift +K = for find next/previous
Ctrl + / = for commenting, uncommenting lines and blocks
Ctrl + Shift + / for commenting, uncommenting lines with block comment
Ctrl + F4 or Ctrl + w = for closing current file
Ctrl + l = go to line
Ctrl + F = for find, find/replace
Ctrl + Q = for going to last edited place
Ctrl +. = For move to the next one problem (i.e.: error, warning) in a file
Ctrl +, for move to the previous one problem (i.e.: error, warning) in a file

Ctrl+Shift+L = to view the listing for all Eclipse keyboard shortcuts

No comments:

Post a Comment