WebStormRequireJsPlugin
WebStormRequireJsPlugin copied to clipboard
[Feature Request] CoffeeScript support
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
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?
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