What good IDEs are there to develop with the combination of Jasmine, node.js and coffeescript.
So far, we're considering WebStorm, but it is really hard to get started. We find very little documentation on node.js (and coffeescript) in combination with the IDE.
What other options are there? (And are there any guides that can help us get started/up and running?)
edit:
- Me and my team are running Windows/OSX.
- Vim/Emacs is not an option. We need something with a graphical interface/an IDE.
- It must be easy to "get started" with node.js and coffee in the IDE. Preferably somewhat "tailored" for use with node.js.
- WebStorm promises to do just that, however, getting started turns out to be pretty difficult. Running .coffee doesn't seem to work.
Thanks :)
coffee filename.coffeefrom the command line. – Joe White Jan 26 at 19:27coffee.) – Joe White Jan 26 at 19:43