Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Node IDE auto-complete and debugging

Tags:

node.js

ide

What IDE's support node auto-complete and can attach to the node debugger? I have used Cloud9 which does work well for node, but since it is hosted on its own servers it cannot access my private network. I have also used eclipse but the autocomplete is not very effective.

We are building an html5 website using node, it would be nice to have a good experience for CSS and html editing as well.

like image 215
JustEngland Avatar asked Jul 12 '13 13:07

JustEngland


1 Answers

Here best IDE for Node.js with autocomplete and debugger

  1. Atom with stylish coding and hundred of plugin enter image description here
  2. Brackets
  3. Webstrom
  4. Komodo
  5. Eclips
like image 165
Adiii Avatar answered Oct 21 '22 21:10

Adiii