Eclipse: optimized eclipse usage

Source: Internet
Author: User
ArticleDirectory
    • 1. Modify startup parameters to improve performance
    • 4. Automatically refresh the Workspace
    • 5. Enhanced Java type indication
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, you can define the operations automatically performed when the Java file is saved. Among them, you can perform the organize imports operation.

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

Activate Java type indicator in preferences-> General-> appearance-> label decorations, so that eclipse will differentiate different Java types with different icons.

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.