Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use CoffeeScript and Eclipse together in Windows?

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?

like image 545
tiagomac Avatar asked Aug 14 '11 14:08

tiagomac


3 Answers

There are currently 3 options I know of:

  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

like image 65
Fabio Zadrozny Avatar answered Nov 17 '22 13:11

Fabio Zadrozny


Syntax coloring and code completion is available in the coffeescript-eclipse plugin on github

like image 2
Ryan Avatar answered Nov 17 '22 13:11

Ryan


You may want to download the Xtext software. Then add this update: http://coffeescript-editor.eclipselabs.org.codespot.com/hg/

like image 1
be981 Avatar answered Nov 17 '22 14:11

be981