Eclipse practical configuration...

Source: Internet
Author: User

1. Change all project codes to UTF-8

Window-> preferences-> General-> Workspace-> text file encoding change to UTF-8

2. The Chinese font above eclipse3.7 is too small.

A) Run eclipse in xp sp3 compatibility mode. win7 x64 is not applicable, as if

B) It is cumbersome to modify the font configuration file in the jar package and search by yourself.

C) window-> preferences-> General-> appearance-> colors and fonts-> basic-> text font-> Edit

Changed to yahei consolas hybrid. This font is required by programmers to download and install it.

3. Remove the logback. xml verification warning.

Windows> preferences> XML files> Validation> validating files> No grammar specified changed to ignore

4. @ prompt when writing Annotation

Windows-> preferences-> JAVA-> Editor-> content assistant-> auto activation triggers for Java: Add @ after.

5. Remove disgusting JS warnings

1. Windows-> preferences-> effeccip-> Validation-> errors/warming
Remove the hook before enable Javascript sematic Validation

2. Open the. project file and remove the following code:
<Buildcommand>
<Name> org. Eclipse. WST. jsdt. Core. javascriptvalidator </Name>
<Arguments>
</Arguments>
</Buildcommand>

3. Delete the faulty JS and overwrite it

Plug-in recommendation

Proedit

Easyshell

Findbugs

Checkstyle

Subclipse

Subversive eclipse official, seemingly not good http://mirrors.ustc.edu.cn/eclipse/technology/subversive/

M2clipse

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.