Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CoffeeScript editor plugin for Eclipse?

Tags:

Here's the deal, I use Wro4j to handle the transpilation/'building' of .coffee files to .js ones.

Now I want to have a good editor plugin which supports CoffeeScript, and I don't want to install Aptana (I only need CoffeeScript, not Python, Ruby and all the other stuff it includes and doesn't let me choose not to install...).

Many thanks!

like image 919
Martin Spa Avatar asked Apr 23 '12 18:04

Martin Spa


1 Answers

Have you tried coffeescript-eclipse plugin?

https://github.com/adamschmideg/coffeescript-eclipse

like image 65
BluesRockAddict Avatar answered Sep 21 '22 07:09

BluesRockAddict