Seeking: Example of how to use jsDoc with the Webstorm IDE (v 4)
I'm still learning js and trying out the Webstorm IDE, which seems sweet (including jumping to var/function declarations). I can see how to get the template for a jsdoc comment to appear but I'm not experienced with it and looking for an example of how to provide more detail in the comment and how to view that detail. WebStorm 4.0 supports most of JSDoc tags. For example, when you specify @type for variable, completion will work better and assignments of expressions with wrong types will be highlighted as warnings. Element documentation popup appears when Ctrl+Q is pressed on some reference.