PHP 与 Netbeans 还是 Eclipse?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1936171/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
PHP with Netbeans or Eclipse?
提问by openfrog
I'm not looking for a "religious discussion" here, but I want to know the Pros and Cons of both development environments. I'm on the Mac, btw.
我不是在这里寻找“宗教讨论”,但我想知道这两种开发环境的优缺点。我在 Mac 上,顺便说一句。
回答by Gordon
Check Smashing Magazine's Big PHP IDE Test.
检查 Smashing Magazine 的Big PHP IDE 测试。
An IDE is supposed to ease development and support you in yourworkflows. Thus, the easiest way to find the right one, is to try and see for yourself, which one best suits your needs.
IDE 应该可以简化开发并为您的工作流程提供支持。因此,找到合适的最简单的方法是亲自尝试看看,哪一种最适合您的需求。
回答by Andreas
I would go with netbeans. using it for a year for large project and everything i need is in front of me.
我会和netbeans一起去。将它用于大型项目一年,我需要的一切都在我面前。
My vote goes to NetBeans.
我的票投给了 NetBeans。
回答by BenTheDesigner
Not a NetBeans user, but a heads up on a few pro's of Eclipse PDT:
不是 NetBeans 用户,而是关注 Eclipse PDT 的一些专业人士:
- Code completion & bracket matching.
- Syntax highlighting
- Ease of project importing
- HTML, CSS & JavaScript support
- Excellent SVN integration.
- Cross platform (PC/Mac/Linux)
- Debugging.
- 代码完成和括号匹配。
- 语法高亮
- 项目导入方便
- HTML、CSS 和 JavaScript 支持
- 出色的 SVN 集成。
- 跨平台(PC/Mac/Linux)
- 调试。
Haven't really found any downfalls other than it seems to use around 120-150meg of RAM... Which I personally am not too bothered about. A lot of the features are included in most other IDE's, I think choice is more down to preference than a 'which is better' argument.
除了似乎使用了大约 120-150meg 的 RAM 之外,还没有真正发现任何缺点……我个人并不太在意。许多功能都包含在大多数其他 IDE 中,我认为选择更取决于偏好,而不是“哪个更好”的论点。
回答by JC.
I agree with the first response. Your mileage WILL very, and it will very based upon the kinds of tools you are used to using, and whether or not you have any previous experience with either of the tools.
我同意第一个回答。您的里程将非常多,并且很大程度上取决于您习惯使用的工具种类,以及您之前是否有使用任何一种工具的经验。
I personally would recommend eclipse, but not because I think it is better, or because I use it. Rather, I would pick eclipse because it is a robust open source ide that is used by developers in many many languages. I think, from my experience, it will be easier to find those around you in user groups and a professional environment, and if you ever get the chance to use Zend Studio, the eclipse familiarity you would already have would be awesome.
我个人会推荐 eclipse,但不是因为我认为它更好,或者因为我使用它。相反,我会选择 eclipse,因为它是一个强大的开源 ide,开发人员可以使用多种语言。我认为,根据我的经验,在用户组和专业环境中更容易找到你周围的人,如果你有机会使用 Zend Studio,你已经拥有的 eclipse 熟悉度会很棒。
Some cons on the eclipse side, however,
然而,日食方面的一些缺点,
Debugging must be configured manually. PHPUnit is not itegrated, and must be setup as an external tool. Memory usage. No integrated checkstyle.
必须手动配置调试。PHPUnit 未集成,必须设置为外部工具。内存使用情况。没有集成的检查样式。
Pro's not mentioned: Excellent CVS and SVN plugins, including diff and compare, a patch creation and application utility, and sychronize views that make parallel development far friendlier.
专业人士未提及:优秀的 CVS 和 SVN 插件,包括差异和比较、补丁创建和应用程序实用程序,以及使并行开发更加友好的同步视图。
Customizable to the tee!
可定制的发球台!
Long running project that has been hammered on pretty heavily over the years.
多年来一直在大力实施的长期项目。