Eclipse Plugin: http://www.javago.net/eclipse_plug/index.htm
Conversion from: http://www.daniel-journey.com/archives/category/eclipse1.through modifying the startup schedule to improve performance
Set eclipse startup parameters-Xms
(Minimum heap count) and-Xmx
(Max heap count ). For Windows users, you can create a shortcut and modify the "target" parameter of the shortcut, for example, the following example.
path/eclipse/eclipse.exe -vmargs -Xms1000M –Xmx1000M
2. Reduce Unnecessary startup plug-ins
In preferences-> General-> startup and shutdown, delete unnecessary startup plug-ins.
3. Let eclipse automatically perform organize imports when saving
In preferences-> JAVA->
Editor-> SAVE actions can define the operations automatically performed when the Java file is saved, where organize
Imports operation support.
4. Automatically refresh the Workspace
You can enable preferences-> General-> workspace then check refresh automatically to automatically refresh the workspace function in eclipse.
5. Enhanced Java type indication
Choose preferences> General> appearance.
-> Activate Java type indicator in label decorations
In this way, eclipse will use different icons for different Java types.
References
Http://bwinterberg.blogspot.com/2009/08/optimize-eclipse-galileo.html