-
Refactoring: Extract method?
-
Typing: automatically place semicolons
-
Typing: escape text when pasting into a string literal
-
Do not always remember the shortcuts? Find any option with Ctrl-Shift-3
-
Organize imports: how to ignore javadoc
-
Formatter: don’t touch my manually wrapped lines!
-
Formatter: don’t touch that part (using begin/end tags). Thx Emmanuel Fontan)
-
How to quick fix many issues outside of the Clean up menu https://bugs.eclipse.org/bugs/show_bug.cgi?id=351956
-
Replacing ternary with if/else
-
Eclipse fav : static imports
-
JSR305 annotations to help null analysis
-
JSR305 externally annotated classes (Eclipse Mars)
-
Save actions: automatic formating
-
Automatic contextualization inside an instanceof block (auto-add cast)
-
[Ctrl]-alt-arrow up or down to copy or move lines
-
Ctrl-Shift-T then CamelCase initials to find classes
-
Type filters (to filter out java.awt.* for example…)
-
Exception variable name in catch blocks
-
Alt-Shift-x / T for the tests, …
-
Alt-Shift-A (thx Olivier Jaquemet), as if Sublime invented it all
-
Step filtering (thx Sebastien Bordes for the reminder) : be able to filter out stack when debugging (?) (to be tested)
-
Filtering/choosing which methods to display in the Outline using javadoc’s @category tags (thanks Jordi Barrère).
Include ?
-
Using p2 Director [inside Docker] to create a customized Eclipse
-
EGit : staging line by line
Try out
-
Code Recommenders
-
JRebel Eclipse Optimizer http://zeroturnaround.com/free/optimizer-for-eclipse/