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?
There are currently 3 options I know of:
LiClipse: http://www.liclipse.com/
Aptana Studio 3: http://www.aptana.com/products/studio3
CoffeScript-Eclipse: https://github.com/adamschmideg/coffeescript-eclipse
Syntax coloring and code completion is available in the coffeescript-eclipse plugin on github
You may want to download the Xtext software. Then add this update: http://coffeescript-editor.eclipselabs.org.codespot.com/hg/
The same CoffeeScript Editor by Adam Schmideg and XText dependency as single install is available on Eclipse MarketPlace.
精彩评论