Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE or editor for Node.js+Express and CoffeeScript

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 popular with the other as it is very awkward and hard to get started and it requires alot of effort to learn which takes the focus away from our project.

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

Thanks :D

like image 991
kornfridge Avatar asked Jan 30 '12 16:01

kornfridge


People also ask

What IDE should I use for node JS?

IntelliJ IDEA You can leverage this best editor for NodeJS, TezJS, JavaScript, Java, AngularJS, React, HTML, and more. IntelliJ IDEA proves top IDE for NodeJS application development with its numerous features: Intelligent code compilation. Integrated environment for text editor.

What is NodeJS editor?

It is an open-source code editor with useful features such as code refactoring, error checking, source code generation, and code automatic build. It is widely used as Node JS IDE to build NodeJS applications through a simple NodeJS integration.

Can we use IntelliJ for Node JS?

IntelliJ IDEA lets you run and debug Node. js applications using Node. js on Windows Subsystem for Linux. You can choose Node.


2 Answers

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/

like image 72
André Alçada Padez Avatar answered Oct 08 '22 06:10

André Alçada Padez


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.

like image 24
Ito Avatar answered Oct 08 '22 07:10

Ito