Node.js+Express 和 CoffeeScript 的 IDE 或编辑器
最好是IDE。对 Subversion/Git 的集成支持是一个很大的优势,因为我们是一个由 6 个人组成的团队。
Vim/Emacs 不太受对方欢迎,因为它非常笨拙且很难上手,并且需要付出很多努力来学习,这使得我们无法集中精力在项目上。
我们都习惯/熟悉 Eclipse,因此类似于 Eclipse 的 IDE 也将是一个很大的优势。
谢谢:D
Preferably an IDE. Integrated support for Subversion/Git is a big plus as we are a group of 6 people working.
Vim/Emacs is not that popular with the other as it is very awkward and hard to get started and it requires alot of effort to learn which takes the focus away from our project.
We're all used to/familiar with Eclipse, so an IDE that resembles Eclipse would be a big plus as well.
Thanks :D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
我认为 Sublime 2 应该是您所有烦恼的答案
http://www.sublimetext.com/2
但如果你喜欢 Eclipse,aptana 应该会很好
http://aptana.com/
I think Sublime 2 should be the answer to all your troubles
http://www.sublimetext.com/2
but if you like eclipse, aptana should be nice to
http://aptana.com/
您应该尝试 Aptana 或 WebStorm,第二个不是免费的,但值得所需的价值。 WebStorm 有一个默认的 Node.JS 和 Express 项目可用。如果您选择一个新项目,您也可以使用这些选项开始一个项目。该 IDE 具有一些不错的代码完成功能、良好的突出显示功能和大量插件,可以增强您使用大量新技术的体验。
You should try Aptana or WebStorm, the second one is not free, but worth the required value. WebStorm has a default Node.JS and Express project available. If you select to a new project you can start one with these options as well. The IDE has some nice code completion, good highlighting and a large group of addons to enhance your experience with a lot of new technology.
您应该获得任何 Eclipse(或 Aptana)并安装 Nodeclipse。这将添加 Node.js 支持。
和 Express 向导。
面向 JavaEE 开发人员的 Eclipse 与 Egit 配合使用。
或者,您可以获得完整的 Eclipse,其中预安装了上述所有内容 Nodeclipse NTS
有 Coffee Editor,但目前不支持运行、调试。
Nodeclipse.org。当前版本是0.3.1
You should get any Eclipse (or Aptana) and install Nodeclipse. That will add Node.js support.
And Express wizard.
Eclipse for JavaEE developers goes with EGit.
Alternatily you can get full Eclipse with everything above pre-installed as Nodeclipse NTS
There is Coffee Editor, but no running, debugging support currently.
Nodeclipse.org. Current version is 0.3.1
似乎对 Cloud9 (浏览器中的 IDE)至少有有限的支持: http://cloud9ide.zendesk.com/entries/20559696-create-a-coffeescript-node-js-project
这是一个实时编译扩展 项目:
https://github.com/tanepiper/cloud9-livecoffee-ext
讨论:http://groups.google.com/group/cloud9-ide/browse_thread/thread/0ae17400825d01f9?pli=1
Seems there's at least limited support for Cloud9 (IDE in the browser): http://cloud9ide.zendesk.com/entries/20559696-create-a-coffeescript-node-js-project
Here's a live compilation extension project:
https://github.com/tanepiper/cloud9-livecoffee-ext
Discussion: http://groups.google.com/group/cloud9-ide/browse_thread/thread/0ae17400825d01f9?pli=1
这个 ide https://atom.io/ 来自 github 很好地支持 CoffeeScript。效果很快,我特别喜欢它的颜色。我个人不喜欢 Eclipse、Aptana 或类似的选项,它们在我的计算机中太重了。
This ide https://atom.io/ from github supports CoffeeScript pretty well. Works fast I particularly like the coloring. I peronally don't like Eclipse, Aptana or similar options, they are so heavy in my computer.
RubyMine 4.0(早期访问,59 美元,免费升级到 4.0 版本)具有 VCS 支持(git 等)、调试、节点支持,就像一个成熟的 IDE。它也有 CoffeeScript 支持,尽管它在调试时失败了(我记得)——你最终回到了 JavaScript 领域——这是我现在做大部分工作的地方。
我现在正在将它与 Node、Express、JavaScript(主要)和 CoffeeScript(小实验)一起使用。
我认为 RubyMine 是 WebStorm(同一家公司)的超集。然而,多花 20 美元,你就可以获得 ruby + JavaScript IDE,所以如果你在不久的将来有任何关于使用 Ruby 或 Rails 的想法,我建议你使用 RubyMine。
RubyMine 4.0 (Early Access, US$59 w/free upgrade to 4.0 release) has VCS support (git et al.), debugging, node support, like a full-blown IDE. It also has CoffeeScript support, though it falls down (as I recall) on debugging --- you end up back in JavaScript land --- which is where I'm doing most of my work now.
I'm using it right now with node, express, and JavaScript (mostly) and CoffeeScript (little experiments).
I assume RubyMine is a superset of WebStorm (same company). However, for $20 extra, you get ruby + JavaScript IDE, so I would suggest going with RubyMine if you have any inkling of doing ruby or rails in the near future.