本文介绍了用于Java开发的最佳Eclipse版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有许多版本的Eclipse for Java开发。我正在尝试MyEclipse,并且对开箱即用的体验印象深刻。在我对它感到满意之前,我想知道它是否是最好的版本。请随意列出免费或商业套餐,但为了其他读者,请提及是否有费用。

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.

我主要关心的是代码编辑经验。以下是影响我决定的一些因素列表:

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


  • 对重构的广泛支持

  • 代码建议(如建议重构)

  • 易于配置的键盘快捷键

  • 易于配置的颜色(我使用深色方案,并且用MyEclipse设置它是地狱;那就是说,我只需要做一次)

  • 优秀的调试支持

  • 源代码控制插件( SVN或git(如果存在))

  • 不关心GUI设计者

  • 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

我是意识到有一个讨论Java开发最佳IDE的线程;但是,大多数回复都没有详细介绍Eclipse的推荐版本。

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.

推荐答案

以上所有内容除了色彩效果很好 vanilla Eclipse 3.4 + Subclipse 。如果您在Eclipse中找到一种简单的自定义颜色的方法,请告诉我们。

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.

这篇关于用于Java开发的最佳Eclipse版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 13:16