WebStormRequireJsPlugin icon indicating copy to clipboard operation
WebStormRequireJsPlugin copied to clipboard

[Feature Request] CoffeeScript support

Open gregholland opened this issue 10 years ago • 2 comments

It would be awesome if this plugin had better support for CoffeeScript.

Completing paths does currently work, however jumping to a required file jumps to the compiled .js file rather than the .coffee

gregholland avatar Jul 14 '14 19:07 gregholland

I'll see your CoffeeScript support request, but raise you an abstraction: how about jumping to the "original" file if a source map is present? Would support CoffeeScript, min'd libs, etc.

Do you compile maps?

benmosher avatar Jul 16 '14 00:07 benmosher

I use gulp one project to build sources. Maps are embed into js file as a comment on last line of the file. https://github.com/wearefractal/gulp-coffee

bumbu avatar Dec 28 '14 05:12 bumbu