2

我正在寻找一个看起来像coffee2js网站的简单 IDE:

  • 2 窗格 - 左侧为 CoffeeScript,右侧为 JavaScript - 实时预览
  • 简单的调试功能 - REPL、断点、步进
4

4 回答 4

2

如果你正在寻找一个轻量级的解决方案,好的旧 vim 有一个插件可以启用实时预览 https://github.com/kchmck/vim-coffee-script 。

:CoffeeCompile watch
于 2012-10-01T00:14:03.207 回答
2

Visual Studio has plugin Web Essentials that allow transparent compilation of CoffeeScript, so you can open compiled JS and split window vertically etc

Sublime Text 2 has plugin for compiling CoffeeScript as well and also allow splitting screen on two windows.

I personally love all three ( including Webstorm wrick answered about ) and use them depending on the project ( .NET stack in VS2012, other stuff in ST2 and WS )

于 2012-09-30T22:46:02.637 回答
1

对于它的价值,我尝试过 Komodo、Sublime、Aptana 等。对于前端,javascript-heavy web 开发,Webstorm 是最好的。

正如你所说,@wrick,它有一个实时的咖啡脚本预览选项。

它还(至少在最新的 EAP 中)具有 SASS 编译和 JSHint 集成。

于 2013-03-02T22:23:02.863 回答
1

找到一个:Webstorm。虽然它是一个比我想象的更丑陋的重量级 IDE(看起来像是 IntelliJ 的一个分支)

于 2012-09-30T21:53:36.513 回答