适用于 Node.js 的优秀 IDE +咖啡脚本 +茉莉花

发布于 2024-12-29 07:42:54 字数 446 浏览 5 评论 0原文

Jasmine、node.js、coffeescript结合开发有什么好的IDE。

到目前为止,我们正在考虑WebStorm,但上手确实很难。我们发现有关 Node.js(和 CoffeeScript)与 IDE 结合使用的文档非常少。

还有哪些其他选择? (有没有任何指南可以帮助我们开始/启动和运行?)

编辑:

  • 我和我的团队正在运行 Windows/OSX。
  • Vim/Emacs 不是一个选项。我们需要带有图形界面/IDE 的东西。
  • 在 IDE 中使用 Node.js 和 Coffee 一定很容易。最好是稍微“定制”以与node.js一起使用。
    • WebStorm 承诺做到这一点,但事实证明入门非常困难。运行 .coffee 似乎不起作用。

谢谢 :)

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 :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

送你一个梦 2025-01-05 07:42:54

Komodo Edit(免费使用)和 Komodo IDE(需要付费许可证)支持 JavaScript 和 CoffeeScript 的语法突出显示。我相信提供了 Node.js 的调用提示。

http://www.activestate.com/komodo-edit

http://www.activestate.com/komodo-ide

我可以保证 KomodoEdit 总的来说是一个很好的 IDE;我一直在 Python 和 PHP 项目中满意地使用它。

请务必从 7.0 候选版本开始;它已经 RC 很长一段时间了,如果您从 Komodo Edit 主页开始,您可能会错过它。 6.0 可能是在 CoffeeScript 流行之前。

Komodo Edit (free to use) and Komodo IDE (requires paid license) support syntax highlighting for JavaScript and CoffeeScript. I believe call hints for node.js are provided.

http://www.activestate.com/komodo-edit

http://www.activestate.com/komodo-ide

I can vouch for KomodoEdit as a good IDE in general; I've been using it in Python and PHP projects with satisfaction.

Be sure to start with the 7.0 release candidate; it's been RC for quite a while, and you could miss it if you start from the Komodo Edit home page. 6.0 is probably before CoffeeScript became popular.

七七 2025-01-05 07:42:54

它仅适用于 OSX,但 TextMate 对于 CoffeeScript 来说非常棒。确保使用 CoffeeScript TextMate 包,它将通过键盘快捷键运行一些有用的 CoffeeScript 任务。

我还没有尝试过,但您也许可以使用 E-TextEditor< 在 Windows 上获得同样的效果/a>.不知道两者的契合度如何。

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.

与之呼应 2025-01-05 07:42:54

尝试使用 vim 和 unix 作为你的 IDE。

他们都很好。

CoffeeScript、node 和 vim

try using vim and unix as your IDE.

They are pretty good.

CoffeeScript, node and vim

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文