Eclipse optimization 2

Source: Internet
Author: User
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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.