IDE or editor for Node.js+Express and CoffeeScript

后端 未结 6 1404
无人共我
无人共我 2021-02-07 17:07

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 pop

6条回答
  •  南旧
    南旧 (楼主)
    2021-02-07 18:00

    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

提交回复
热议问题