Eclipse Project Management Shortcut
CTRL+N Open new project
CTRL+SHIFT+R Search a File in project
CTRL+SHIFT+T Search a File in project even in jar
CTRL+SHIFT+S Save all File
CTRL+W Close Current Open File
CTRL+SHIFT+W Close All Open File
Eclipse Editor View
CTRL+M To Maximize and Minimize the Editor view
CTRL+E To List all open Editor
Eclipse Shortcuts To Navigate in Editor
CTRL+Home Jump to Top of source file
CTRL+End Jump to End of source file
CTRL+L Jump to Line number of source file
CTRL+SHIFT+P Find closing braces .
Eclipse Shortcuts To Select Text
SHIFT+RIGHT ARROW Expand selection one character to right .
SHIFT+LEFT ARROW Expand selection one character to left.
CTRL+SHIFT+RIGHT ARROW Expand selection one word to right .
CTRL+SHIFT+LEFT ARROW Expand selection one word to left.
SHIFT+UP ARROW Expand selection one word to right .
SHIFT+DOWN ARROW Expand selection one word to left.
SHIFT+HOME Expand selection to beginning of line.
SHIFT+END Expand selection to end of line.
ALT+ARROW UP Select on line Move up
ALT+ARROW DOWN Select on line Move Down
Eclipse Shortcuts Code Refactoring
ALT+SHIFT+R Rename selected reference
No comments:
Post a Comment