Is there a way to integrate CoffeeScript and Eclipse, so that when I write CoffeeScript in one window the other will show the compiled code as Javascript?
I'll wait for answers. Thanks.
|
Is there a way to integrate CoffeeScript and Eclipse, so that when I write CoffeeScript in one window the other will show the compiled code as Javascript? I'll wait for answers. Thanks. |
||||
|
|
|
I've done it with a builder and a small shell script in my project. Every time I save a .coffee file, it compiles all my scripts. Works great. Right click on your project. Select properties near the bottom of the menu.
ProjectName/coffee-compile.sh:
The builder definition is saved as part of your project. It is in the .settings folder. That way, other developers can check out your project as well and have everything already set up. Update: For code formatting and coloring, I ended up installing the latest beta of Aptana into Eclipse. |
|||||||||||||||||
|
|
I'm using Keep the terminal open while your coding session. |
|||
|