如何在 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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 17:51:11  来源:igfitidea点击:

How to use CoffeeScript and Eclipse together in Windows?

javascriptwindowseclipsecoffeescript

提问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 个选项:

  1. LiClipse: http://www.liclipse.com/

  2. Aptana Studio 3: http://www.aptana.com/products/studio3

  3. CoffeScript-Eclipse: https://github.com/adamschmideg/coffeescript-eclipse

  1. LiClipse:http: //www.liclipse.com/

  2. Aptana Studio 3:http: //www.aptana.com/products/studio3

  3. 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 依赖项作为单一安装。