javascript Node.js+Express 和 CoffeeScript 的 IDE 或编辑器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9066905/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-26 05:30:04  来源:igfitidea点击:

IDE or editor for Node.js+Express and CoffeeScript

javascriptnode.jsidecoffeescriptexpress

提问by kornfridge

Preferably an IDE. Integrated support for Subversion/Git is a big plus as we are a group of 6 people working.

最好是IDE对 Subversion/Git 的集成支持是一个很大的优势,因为我们是一个 6 人的团队。

Vim/Emacs is not that popular with the other as it is very awkward and hard to get startedand it requires alot of effort to learnwhich takes the focus away from our project.

Vim/Emacs 并不那么受欢迎,因为它非常笨拙且难以上手,而且需要付出很多努力来学习,这会分散我们项目的注意力。

We're all used to/familiar with Eclipse, so an IDE that resembles Eclipsewould be a big plus as well.

我们都习惯/熟悉 Eclipse,因此类似 EclipseIDE也是一大优势。

Thanks :D

感谢:D

采纳答案by André Al?ada Padez

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/

我认为 Sublime 2 应该是你所有烦恼的答案
http://www.sublimetext.com/2
但如果你喜欢 eclipse,aptana 应该对http://aptana.com/很好

回答by Ito

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.

您应该尝试 Aptana 或WebStorm,第二个不是免费的,但值得所需的价值。WebStorm 有一个默认的 Node.JS 和 Express 项目可用。如果您选择一个新项目,您也可以使用这些选项开始一个。IDE 有一些很好的代码补全、很好的突出显示和大量的插件来增强你对许多新技术的体验。

回答by Paul Verest

You should get any Eclipse (or Aptana) and installNodeclipse. That will add Node.js support. And Express wizard.

您应该获得任何 Eclipse(或 Aptana)并安装Nodeclipse。这将添加 Node.js 支持。和快递向导。

Eclipse for JavaEE developers goes with EGit.

面向 JavaEE 开发人员的 Eclipse 与 EGit 一起使用。

Alternatily you can get full Eclipse with everything above pre-installed as Nodeclipse NTS

或者,您可以获得完整的 Eclipse,上面的所有内容都预先安装为Nodeclipse NTS

There isCoffee Editor, but no running, debugging support currently.

Coffee Editor,但目前没有运行、调试支持。

Nodeclipse.org. Current version is 0.3.1

Nodeclipse.org。当前版本是 0.3.1

Features

  • Creating default structure for New Node Project and New Node Source File
  • JavaScript Syntax highlighting
  • Content Assistant
  • NPM support
  • Debugging - Breakpoint, Trace, etc... via Eclipse debugger plugin for V8

Installing

Update Site : http://www.nodeclipse.org/updates

Usage

Check http://www.tomotaro1065.com/nodeclipse/
For debugging check Using-Eclipse-as-Node-Applications-Debugger

特征

安装

更新站点:http: //www.nodeclipse.org/updates

用法

检查http://www.tomotaro1065.com/nodeclipse/
对于调试检查 Using-Eclipse-as-Node-Applications-Debugger

回答by Paul Verest

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.

这个来自 github 的ide https://atom.io/很好地支持 CoffeeScript。工作很快,我特别喜欢着色。我个人不喜欢 Eclipse、Aptana 或类似选项,它们在我的计算机中太重了。

回答by occam

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.

RubyMine 4.0抢先体验,59 美元,免费升级到 4.0 版本)具有 VCS 支持(git 等)、调试、节点支持,就像一个成熟的 IDE。它也有 CoffeeScript 支持,虽然它在调试时失败了(我记得)——你最终回到了 JavaScript 领域——这是我现在做的大部分工作。

I'm using it right now with node, express, and JavaScript (mostly) and CoffeeScript (little experiments).

我现在将它与 node、express 和 JavaScript(主要)和 CoffeeScript(小实验)一起使用。

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.

我假设 RubyMine 是 WebStorm(同一家公司)的超集。但是,额外支付 20 美元,您将获得 ruby​​ + JavaScript IDE,因此,如果您对在不久的将来使用 ruby​​ 或 rails 有所了解,我建议您使用 RubyMine。