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
I wrote a plugin to automatically transpile CoffeeScript files (amongst others) automatically.
-> https://github.com/gossi/eclipse-transpiler-plugin
Basically, it does the same as Jon Stevens Shell script, but has a nice UI for the configuration.