如何在 Windows 中同时使用 CoffeeScript 和 Eclipse?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7057466/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to use CoffeeScript and Eclipse together in Windows?
提问by tiagomac
I want to use CoffeeScript inside Eclipse, because I'm working on a project of a game using JavaScript and my productivity is slow... so I want to integrate CoffeeScript with Eclipse in Windows enviroment... is that possible?
我想在 Eclipse 中使用 CoffeeScript,因为我正在开发一个使用 JavaScript 的游戏项目,我的工作效率很慢……所以我想在 Windows 环境中将 CoffeeScript 与 Eclipse 集成……这可能吗?
采纳答案by Fabio Zadrozny
There are currently 3 options I know of:
目前我知道有 3 个选项:
LiClipse: http://www.liclipse.com/
Aptana Studio 3: http://www.aptana.com/products/studio3
CoffeScript-Eclipse: https://github.com/adamschmideg/coffeescript-eclipse
LiClipse:http: //www.liclipse.com/
Aptana Studio 3:http: //www.aptana.com/products/studio3
CoffeScript-Eclipse:https: //github.com/adamschmideg/coffeescript-eclipse
回答by Ryan
Syntax coloring and code completion is available in the coffeescript-eclipseplugin on github
github上的coffeescript-eclipse插件中提供了语法着色和代码完成
回答by be981
You may want to download the Xtextsoftware. Then add this update: http://coffeescript-editor.eclipselabs.org.codespot.com/hg/
您可能需要下载Xtext软件。然后添加此更新:http: //coffeescript-editor.eclipselabs.org.codespot.com/hg/
回答by Paul Verest
The same CoffeeScript Editor by Adam Schmideg and XText dependency as single install is available on Eclipse MarketPlace.
Eclipse MarketPlace上提供了与 Adam Schmideg 相同的 CoffeeScript 编辑器和 XText 依赖项作为单一安装。