用于 PHP 开发的 Eclipse PDT 与 NetBeans

发布于 2024-08-14 22:53:28 字数 1536 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

别闹i 2024-08-21 22:53:28

是的,我最近从 Eclipse 切换到 Netbeans 进行 PHP 开发。我必须承认 - 我更喜欢 NetBeans。在我看来,它更轻、更稳定。它的加载速度肯定更快。而且代码完成似乎比 Eclipse 中的要好得多 - 它不会经常失败,并且您可以在希望指定变量类型的任何位置插入提示注释。而且 NetBeans IDE 比 Eclipse 简单得多。它可能没有那么强大(而且它肯定可以使用更多的配置选项),但另一方面,Eclipse 的复杂系统却令人生畏。

这么说吧 - 如果您有 Windows 背景(像我一样),请选择 NetBeans。如果您是 Linux/Unix 粉丝,那么您会对 Eclipse 感到宾至如归。

Yes, I switched from Eclipse to Netbeans for PHP development quite recently. And I have to admit - I like NetBeans better. It seems to me more lightweight and stable. It certainly loads faster. And code completion seems to be much better than in Eclipse - it doesn't fail so often, and you can insert hint-comments wherever you wish to specify the types of your variables. Also NetBeans IDE is much simpler than Eclipse. It's probably not as powerful (and it could definately use a few more configuration options), but on the other hand, Eclipse was downright intimidating with its complex system.

Put it this way - if you come from a Windows background (like me), go for NetBeans. If you're a Linux/Unix fan, you'll feel right at home with Eclipse.

狼性发作 2024-08-21 22:53:28

我在 7.0 版本发布后切换到 NetBeans。它更快、更轻量级并且代码完成度更好。它更容易配置,看起来一切都正常,在 Eclipse 中你需要处理复杂的配置,而我想专注于编码。但他们都很好。

我对它们进行了比较,您可以在 http://dev.umpirsky 上阅读更多内容.com/eclipse-vs-netbeans-for-php-development/

I switched to NetBeans after version 7.0 has been released. It's faster, more lightweight and code completion is better. Its easier to configure and looks like everithing just works, in Eclipse you need to deal with complex configuration, and I wanted to focus on coding. But they are both good.

I compared them, you can read more on http://dev.umpirsky.com/eclipse-vs-netbeans-for-php-development/

安穩 2024-08-21 22:53:28

Eclipse PHP (PDT) 没有附带现成可用的调试器。您必须下载并安装至少 2 或 3 个其他复杂的开源组件才能使其正常工作。我从未尝试过 NetBeans,但是,如果您需要调试(单步执行代码)并且您没有几天的时间来完成 Eclipse 的环境设置地狱,那么这可能是一个不错的选择。

Eclipse PHP (PDT) does not come with a working debugger out-of-the-box. You have to download and install at least 2 or 3 other fussy open-source components to make that work. I've never tried NetBeans, but, if you need debugging (stepping through code) and you don't have several days to work through the environment setup hell of Eclipse, that might be the way to go.

朦胧时间 2024-08-21 22:53:28

我首先使用 Eclipse 并与之友好地工作。接下来我使用 Netbeans for Java,我完全在 java 中使用它并卸载 Eclipse。下次我需要使用 PHP 时,我会使用 Netbeans 来实现这一目标,我对 Netbeans 代码补全的理解比 Eclipse 更好,而且代码突出显示也更好,但构建、编译、调试和运行在 Eclipse 中更好,我认为 Netbeans 将来会增加特性和功能。

I use Eclipse first and work friendly with this .Next I use Netbeans for Java and I use it completely in java and uninstall Eclipse . Next time that I need work with PHP I use Netbeans for this goal and I understood Netbeans code completion better than Eclipse also code highlighting but build , compile,debug and run are better in Eclipse and I think Netbeans increase feature and functionality in future .

梦情居士 2024-08-21 22:53:28

Eclipse 的优点是我可以在同一个项目中使用 PHP 和 Perl 进行编码。

Advantage of eclipse is that I can code in PHP and perl in the same project.

独自←快乐 2024-08-21 22:53:28

我下载了 NetBeans IDE 6.9.1,只是为了与 eclipse PDT 2.2.0 进行比较,以在 CVS 上编辑 PHP 项目。

Eclipse 可能显得复杂且难以设置,但是,通过下载 eclipse PDT all-in-one,解压缩并开始使用它是最简单的。

我对 NetBeans 的速度如此之快且轻量级感到惊讶,您可以立即意识到它有多快。

我仍然喜欢 Eclipse 的工作方式和显示内容,但 NetBeans 的设计简洁。

无论 Linux 还是 Windows 操作系统,它们都是非常好的选择。

I downloaded NetBeans IDE 6.9.1, just to compare against eclipse PDT 2.2.0 to edit PHP projects on CVS.

Eclipse can appear complex and difficult to setup, however, by downloading eclipse PDT all-in-one it is easiest to unzip it and start using it.

I'm surprised about how fast and light weighted NetBeans is, you can realize how fast it is immediately.

I still like eclipse on the way how it does and shows stuff, but NetBeans has a crispy design.

They both are really good options regardless of Linux or Windows OS.

本王不退位尔等都是臣 2024-08-21 22:53:28

坦白说——我不知道哪个更好哪个更坏;我曾经使用过 Eclipse ...这是我就读的 JAVA 课程所要求的 - 它对此非常有用,我很快就了解了如何操作该项目来存储与课程相关的“所有内容”,包括 PDF 文件和Word 文档。

当谈到 PHP 时,我似乎无法让 XDebug 与 Eclipse 一起运行。现在我什至不确定我知道为什么。我安装了 NetBeans,并且与 PHP 的 XDebug 接口没有任何问题……所以我很困惑。这两个应用程序都有我喜欢的方面,也有我不喜欢的方面,主要是外观方面。就像他们编写项目数据的地方 - 以及关于重命名或移动项目数据......我曾经在 Eclipse 上遇到过一段时间 - 而使用 'Beans 则没有那么麻烦。

Frankly - I don't know which is better or worse; I've worked with Eclipse ... it was required by the College I attend for the JAVA course -it worked great for that and I quickly understood how to manipulate the project to store "everything" related to the class, including PDF files and Word Documents.

When it comes to PHP -well, I can't seem to get XDebug to function with Eclipse. Not even sure I know why at this point. I installed NetBeans and had no problems interfacing with XDebug for PHP ... so I'm torn. There are aspects that I like about both of these applications -and things I don't like, mostly cosmetic things. Like where they write their project data -and about renaming or moving project data ... I've had a bugger of a time with Eclipse -and not as much trouble with 'Beans.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文