Skip to content

Instantly share code, notes, and snippets.

@akottr
Last active December 21, 2015 14:39
Show Gist options
  • Save akottr/6320931 to your computer and use it in GitHub Desktop.
Save akottr/6320931 to your computer and use it in GitHub Desktop.
Intellij Eclipse description
Esc F12 Focus editor
Ctrl+Shift+F12 Ctrl+M Maximize editor
Alt+F1+Enter Show current file in project tree
Ctrl+Shift+A Ctrl+3 Quick access
Ctrl+B F3 Go to declaration
Ctrl+Alt+B Ctrl+T Show implementations (Type Hierachie)
Alt+F7 Ctrl+Shit+G Find Usages
Ctrl+Shift+C Copy Path
Ctrl+Alt+Shift+C Copy FQN
Ctrl+J search as you type
Ctrl+F3 Ctrl+K Find next
Shift+F6 F2 / Alt+Shift+R Rename
Ctrl+Alt+V Ctrl+2+L assign local variable
Ctrl+Alt+F assign field
Ctrl+Alt+C assign constant
Ctrl+Alt+V Alt+Shift+L Extract variable
Ctrl+Alt+N Alt+Shift+I Inline variable
Ctrl+Alt+M Alt+Shift+M Extract method
Ctrl+Alt+C Extract constant
Ctrl+F6 Alt+Shift+C Change method signature
Ctrl+F12 Ctrl+O Quick Outline
Ctrl+Alt+B / Ctrl+U Ctrl+T Outline Type Hierachie
Ctrl+H F4 Show Type Hierachie
Ctrl+Alt+H Ctrl+Alt+H Show Call Hierachie
Ctrl+Shift+F Ctrl+H Find in files
Ctrl+Shift+T Ctrl+J Create/Goto Test (eclipse+moreunit plugin)
Ctrl+Alt+Shift+T Shift+Alt+R Refactor
Ctrl+Q F2 show documentation
Ctrl+Shift+I Quick definition
Ctrl+G Ctrl+L goto line
Ctrl+P popup parameter info
Alt+F1 show in ...
Ctrl+Shift+F7 highlight usage in file
Ctrl+Shift+U Ctrl+Shift+Y / X convert upper / lower case
Alt+Insert generate code
Ctrl+I implement interface methods
Ctrl+O override method
Ctrl+Alt+T surround with (e.g try/catch)
Ctrl+J show live templates (iter, sout, ...)
F2 / Shift+F2 Ctrl+. / Ctrl+, go to next / previous error
F7 / Shift+F7 Ctrl+. / Ctrl+, go to next / previous diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment