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?

link|improve this question
This question is similar to an earlier one: stackoverflow.com/q/6645640/399470 – Seth Dec 14 '11 at 21:56
feedback

2 Answers

Aptana Studio 3 (plugin for Eclipse) is adding support for CoffeeScript.

The latest release had an initial version, but it's still in its early stages, but keep an eye open for it as it should be improved -- note that Aptana Studio 3 itself is GPL, so, from your comment, you can help improving it to get CoffeeScript support :)

https://github.com/aptana/studio3

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.