A web developer Eclipse plug-in indispensable

A web developer Eclipse plug-in indispensable

I am a java web developers also write some PHP code, I think for me, the most indispensable the following Eclipse plug-in, I can not live without them! For you, what is the most indispensable Eclipse plug-ins is it?

1.SpringIDE
I often use spring, so I need a support Spring stuff, especially when editing XML files.

2.JBoss Tools
I mainly use it to support Hibernate

3.JSEclipse
as a web developer, I need to write a lot of javascript code, mainly using JQuery. JSEclipse can be obtained from adobe, is free software.

4.Subclipse
I hesitated whether I should join this list, I prefer TortoiseSVN, or directly by hand command. But I like to look at the code state history and source files inside the IDE, so I took it to join up.

5.PHP Development Tools
abbreviated PDT, I am also a PHP programmer, join PDT plug-in, I can still use Eclipse coded for easy edit other java code, if you're like me to write PHP code, not to be missed this.

6.Mylyn
and JIRA integration task manager, I want to clear up doing live.

7.Checkstyle and FindBugs
Checkstyle: the Java code standards checking tools. FindBugs is a static analysis tool that checks class or JAR file, with a set of bytecode defect pattern comparison to identify possible problems. Both plug-ins make my code becomes clean, I hate dirty code.

Guess you like

Origin blog.csdn.net/wwzxbot/article/details/6191384