1

I want to use an IDE to develop my application that uses the Google Closure javascript library. I am currently editing all my javascript files in vim and compiling using Plovr.

However, I would like to harness the power of an IDE that can check for errors and show types to me as I develop. Can I use Eclipse to develop applications that use Google Closure?

4

1 回答 1

1

Closure Library 讨论组中有一些关于使用 IDE 开发 Closure Web 应用程序的主题,例如:IDE for use with google closure?

我使用 IntelliJ IDEA 结合 plovr 开发 Closure 应用程序,但使用 Eclipse 应该是非常相似的体验。当我在 Intellij 中编辑代码时,我经常运行 plovr 服务器,这样我只需刷新浏览器就可以快速查看应用程序中的代码更改情况。

Plovr 作者 Michael Bolin 在回答 stackoverflow 问题 Gettingclosure -compiler and Node.js to play nice时分享了他的开发过程的一些见解。

于 2012-07-27T02:24:58.327 回答