Is there a NodeJS plugin for Aptana Studio?

前端 未结 5 1340
忘了有多久
忘了有多久 2021-02-03 17:35

Is there a NodeJS plugin for Aptana Studio?

  • At least for NodeJS code-assist
  • And perhaps a way to create NodeJS project
  • And local NodeJS debugging
5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-03 18:11

    UPDATE: Project URL is http://nodeclipse.github.io/

    There is Nodeclipse.org effort. Current version is 0.11 see http://www.nodeclipse.org/history .

    Recommended installation for Aptana users through Enide - Eclipse Node.js IDE

    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 modified Eclipse debugger plugin for V8
    • CoffeeScript support

    Installing

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

    Read also Hints (section Aptana Studio)


    (source: nodeclipse.org)

    Read http://www.nodeclipse.org/ for more & latest information.

提交回复
热议问题