Any way to get JsDoc help in IntelliJ when documenting AMD modules? -


i using jsdoc, gives me lot of when using webstorm (or other intellij derivates), such parameter lookup, quick access documentation, etc.

most examples assume can write like

/** @class myclass */ var myclass = function() { } 

but if wrap code in anonymous functions avoid polluting namespace (say, due concatenating js files), webstorm no longer finds documentation, , no longer help.

is there way around this?


Comments