Best Eclipse version for Java development [closed]

和自甴很熟 提交于 2019-12-22 08:53:42

问题


There are many editions of Eclipse for Java development. I am trying out MyEclipse and am pretty impressed with the out-of-box experience. Before I get too comfortable with it, I would like to find out if it is the best edition available. Feel free to list free or commercial packages, but for the sake of other readers, please mention if there is a cost.

Considerations

I am mostly concerned with the code editing experience. Here is a list of some factors that would affect my decision:

  • Extensive support for refactoring
  • Code suggestions (like suggesting refactorings)
  • Easily configurable keyboard shortcuts
  • Easily configurable colours (I use dark colour schemes, and setting this up with MyEclipse was hell; that said, I only really need to do it once)
  • Excellent debugging support
  • Source control plugins (SVN or git if one exists)
  • Don't care about GUI designers

I am aware that there is a thread discussing the best IDE for Java development; however, most of the responses do not detail recommended editions of Eclipse.


回答1:


all of the above except the color stuff works great with vanilla Eclipse 3.4 + Subclipse. if you find an easy way to customize colors in Eclipse, please let us know.

Until then you're stuck with having to manually change each color.




回答2:


I'm always just downloading classic edition and just add plugins I need. That way I keep Eclipse as lean as possible.




回答3:


Actually almost all the things you mentioned are present in the plain old "Eclipse IDE for Java Developers" (85MB) at eclipse.org. It has a much smaller footprint than some of the others like MyEclipse. You'll need to install an SVN plugin, though.




回答4:


Agree with Marko and Epaga

I have Eclipse 3.4 (Ganymede) with following additional plugins (links are the update site URLs):

  • Subclipse for Subversion
  • Spring IDE for Spring. Favourite features: Advanced spring xml completion and bean visualisations.
  • m2eclipse for Maven. Favourite features: transitive dependency tree and graph visualisations.


来源:https://stackoverflow.com/questions/305708/best-eclipse-version-for-java-development

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!