适用于 Windows 的 CoffeeScript IDE - 尝试过 Titanium Studio 和 RubyMine

发布于 2024-12-17 05:17:10 字数 352 浏览 3 评论 0原文

我正在尝试找到一种在 Windows 上使用 CoffeeScript 的好方法,并且能够在 IDE 中将这些文件快速处理为 JavaScript。

RubyMine - 如果我只是在 RubyMine 中打开一个 .coffee 文件,这似乎可以工作。但我没有看到可以转换为 JavaScript 的按钮或菜单选项。

Titanium Studio - 在这个 IDE 中,有一个菜单选项可以进行转换 - 但使用时它似乎会调用我机器上的 gitbash。至少 IDE 控制台中显示的是这样的。

所以我想让其中一个或两个在 Windows 上工作...或者获得一个替代建议,以获得一个内置翻译过程的良好 CoffeeScript IDE。

I'm trying to find a good way to work on CoffeeScript on Windows and be able to process these files quickly to JavaScript in the IDE.

RubyMine - if I just open a .coffee file in RubyMine this seems to work. But I see no button or menu option to convert to JavaScript.

Titanium Studio - in this IDE there is a Menu option to do the conversion - but when used it seems to call out to gitbash on my machine. At least that is what shows up in the console in the IDE.

So I'd like to get one or both of these to work on Windows... or get an alternate suggestion for a good CoffeeScript IDE with the translation process built-in.

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

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

发布评论

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

评论(1

半城柳色半声笛 2024-12-24 05:17:10

目前,RubyMine 依赖 Rails 框架将 CoffeeScript 编译为 JavaScript。

PhpStorm/WebStorm 产品中提供了尖端的 CoffeeScript 支持,EAP 版本将于 2011 年底发布。您可以在 http://confluence.jetbrains.net/display/WI/Web+IDE+EAP

观看该问题以了解进展情况。

最新版本有编译 CoffeeScript 的操作,但它只是显示一个包含结果的窗口,而不写入任何文件(帮助 | 查找操作 | 编译 Coffeescript 文件,或将其绑定到设置 | 键盘映射中的键盘快捷键)。

请注意,它仍在进行中,更多功能很快就会推出。目前,您可能可以使用命令行外部工具来设置编译。

RubyMine relies on Rails framework for CoffeeScript to JavaScript compilation at the moment.

Cutting edge CoffeeScript support is available in PhpStorm/WebStorm products, in the EAP versions to be released by the end of 2011. You can download and try them at http://confluence.jetbrains.net/display/WI/Web+IDE+EAP.

Watch the issue for progress.

Latest version has an action to compile CoffeeScript, but it just displays a window with the result without writing any files (Help | Find Action | Compile Coffeescript File, or bind it to keyboard shortcut in Settings | Keymap).

Note that it's still work in progress, more features will be available soon. At the moment you can probably set up compilation using command line external tools.

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