Eclipse 与 Intellij 中的 ColdFusion 开发

发布于 2025-01-03 11:29:58 字数 218 浏览 1 评论 0原文

在工作中投入 ColdFusion 开发并刚刚开始,我想知道使用 Eclipse 与 Intellij 相比是否有任何优点(或缺点)。我习惯于在 Intellij 中使用 Groovy/Grails 工作,并且使用 Eclipse 的实践时间几乎为零。我所在的商店主要使用 Eclipse(我认为是因为它是免费的,而且没有什么其他的),有些使用 Dreamweaver(我认为只有 1 个人)。

提前致谢。

Getting thrown into ColdFusion dev at work and just starting out, I wonder if there are any advantages (or disadvantages) of using Eclipse vs Intellij. I'm used to working in Intellij on Groovy/Grails and have close to zero hands-on time with Eclipse. The shop I'm in mostly uses Eclipse (I think because it's free and not much else), some use Dreamweaver (1 person me thinks).

Thanks in advance.

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

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

发布评论

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

评论(3

撕心裂肺的伤痛 2025-01-10 11:29:58

我是一名 CF 开发人员,最近一直在玩 intelliJ!我必须说我确实喜欢 IntelliJ 的流畅性。 IntelliJ 确实有一个 CF 代码库( http://plugins.intellij.net/plugin/? id=3571)。

我不使用 Eclipse 进行 CF 开发,但使用基于 Eclipse 的 CFBuilder。

我个人更喜欢 intelliJ 作为 IDE,但在使用 CF 时更喜欢 CF Builder。

I'm a CF Developer that has been playing with intelliJ of late! I must say I do love the smoothness of intelliJ. IntelliJ does has have a CF code library ( http://plugins.intellij.net/plugin/?id=3571 ).

I don't use Eclipse for CF Development, but do use CFBuilder, which is based on Eclipse.

I personally prefer intelliJ as an IDE, but prefer CF Builder when working with CF.

战皆罪 2025-01-10 11:29:58

使用 Eclipse 进行 ColdFusion 开发有两种选择:

  • cfeclipse - 一个开源、免费的 Eclipse 插件
  • cfBuilder - “官方”IDE,由 Adob​​e 销售和分发。

还有一个 IntelliJ 插件,我使用它没有个人使用经验,但我注意到一些备受尊敬的 CF 开发人员正在使用它,并且比基于 Eclipse 的选项更喜欢它。

我和我的团队目前使用 CFBuilder 2,并发现它足以满足我们的需求。我看到的关于 CFBuilder/Eclipse 的最大批评是它在较旧的 PC 上性能不佳,常见的解决方案是增加可用的 RAM。

我的团队发现 CFBuilder 的好处是,可以使用完整的 Eclipse 插件生态系统,为我们提供源代码控制和其他开发工具的捆绑选项。 (IntelliJ 也可能存在同样的情况,但我没有个人经验。)

Dreamweaver(尤其是最新版本)是一种选择,许多 CF 开发人员都信赖 ColdFusion Studio,这是一个非常古老的程序,可能很难上手。最后,还有一个适合时代的 Notepad++ 插件您需要快速编辑文件并且不需要完整的 IDE。

There are two options for working with Eclipse for ColdFusion Development:

  • cfeclipse - an open source, free plugin for Eclipse
  • cfBuilder - the 'official' IDE, sold and distributed by Adobe.

There is also a plugin for IntelliJ which I have no personal experience using however I note that some highly respected CF devs are using it and preferring it to the Eclipse-based options.

My team and I currently use CFBuilder 2 and find that to be good enough for our needs. The biggest criticism I see about CFBuilder/Eclipse is that it can perform poorly on older PCs and the common solution is to increase the RAM available to it.

The benefit my team finds with CFBuilder is that the full Eclipse plug-in ecosystem is available giving us bundled options for source control and other development tools. (The same may exist for IntelliJ but I have no personal experience with it.)

Dreamweaver, especially a recent version, is an option and many CF devs swear by ColdFusion Studio which is a very old program and might be hard to get your hands on. Finally, there is also a plugin for Notepad++ for the times where you need to make a quick edit to a file and don't require a full IDE.

莫言歌 2025-01-10 11:29:58

最近很多人使用 ColdFusion 的编辑器是 SublimeText 2 (http://www.sublimetext.com/ 2) 使用官方 ColdFusion 包 (https://github.com/SublimeText/ColdFusion)。下面我从 Nettuts 发布的链接将帮助您启动并运行 PackageControl 软件包,这使得安装 ColdFusion 软件包变得非常容易。

Sublime 是轻量级的、功能强大的,而且编写代码是一种乐趣。它有小动画,让人感觉响应迅速,而且代码的鸟瞰图非常有用。它甚至还有一些我认为非常有用的代码。

这里有一篇关于 Nettuts 的精彩文章可以帮助您入门:http://net.tutsplus.com/tutorials/tools-and-tips/sublime-text-2-tips-and-tricks/

The editor that a lot of people have been using for ColdFusion lately is SublimeText 2 (http://www.sublimetext.com/2) with the official ColdFusion Package (https://github.com/SublimeText/ColdFusion). The link I posted below from Nettuts will help you get up and running with the PackageControl package that makes installing the ColdFusion package very easy.

Sublime is lightweight, powerful, and a pleasure to code in. It has small animations that make it feel responsive, and the birds eye map view of the code can be very useful. It even has some code insite that I find really helpful.

Heres a great post on Nettuts to get you started: http://net.tutsplus.com/tutorials/tools-and-tips/sublime-text-2-tips-and-tricks/

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