adamschmideg / coffeescript-eclipse

CoffeeScript plugin for Eclipse using XText
66 stars 23 forks source link

Integration of jQuery (or any other JavaScript Framework using $) #3

Open jevanlingen opened 12 years ago

jevanlingen commented 12 years ago

I installed the plugin today, works like a charm! Only one thing, al my $ get's a warning: "Couldn't resolve reference to Id '$'". That's understandable of course, as the coffeescript file does not initialyze the $ object.

Can you make in the settings a possibility to add exceptions, so the 'mistake-checker' gives no longer warnings where I don't want them ($, jQuery, document for example).

adamschmideg commented 12 years ago

This sounds a useful feature request, thanks for the idea.