问题描述
使用Jasmine,node.js和coffeescript组合开发出什么样的IDE。
What good IDEs are there to develop with the combination of Jasmine, node.js and coffeescript.
到目前为止,我们考虑使用WebStorm,很难开始。我们发现很少有关于node.js(和coffeescript)与IDE组合的文档。
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?)
编辑:
- 我和我的小组正在运行Windows / OSX。
- Vim / Emacs 不我们需要一个带有图形界面/ IDE的东西。
- 在IDE中node.js和coffee一定很容易上手。最好是稍微定制以便与node.js一起使用。
- WebStorm承诺做到这一点,但是,开始是很困难的。运行.coffee似乎不起作用。
- 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.
p>
推荐答案
它仅适用于OSX,但非常适合CoffeeScript。请务必使用,该套件将使用键盘快捷键运行一些有用的CoffeeScript任务。
It only works on OSX, but TextMate is fantastic for CoffeeScript. Make sure to use the CoffeeScript TextMate bundle, which will run some useful CoffeeScript tasks with keyboard shortcuts.
我没有尝试过,但你可以使用。我不知道两者是否兼容。
I haven't tried it, but you might be able to get some of the same awesomeness with Windows using E-TextEditor. I don't know how compatible the two are.
这篇关于好的IDE for node.js + coffeescript + jasmine的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!