IDE or editor for Node.js+Express and CoffeeScript

随声附和 提交于 2019-12-03 06:32:44

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/

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.

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

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

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 (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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!