CoffeeScript JSDoc support in PhpStorm/WebStorm

coffeescript, jsdoc, phpstorm, webstorm

Solution

Unfortunately this is not currently supported. Pleasze feel free to file a request for this feature to youtrack

Problem

Is there a way to use JSDoc to annotate source code written in CoffeeScript when working in PhpStorm/WebStorm? When working in the IDE, it is very helpful to be able to use JSDoc to have proper code completion for functions. I found this past question: How to document CoffeeScript source code with JSDoc? However, the answers and comments are not clear on whether it is supported or what the proper syntax is.

Original source