Nodeclipse / coffeescript-eclipse

CoffeeScript plugin for Eclipse using XText (moved to Nodeclipse; looking for new owner)
http://www.nodeclipse.org/coffeescript/
20 stars 9 forks source link

[feature request] Show JavaScript preview for edited coffee file #14

Open paulvi opened 11 years ago

paulvi commented 11 years ago

It would be nice to view edited .coffee file or files in a tree with quick JavaScript View.

While to find Coffee->JS tool should not be problem, finding one that could do that in stealth mode, very often and without CPU overhead.

paulvi commented 11 years ago

This may be related to https://github.com/Nodeclipse/nodeclipse-1/issues/57 "running app.js with node-dev, forever etc". Because if coffee app was started with node-dev/forever, the tool will keep JS file updated whenever Coffee file is saved. So in this case the best solution would be just to show existing JS file that is used.