JSDoc support
Is there a list somewhere of what JSDoc subset, superset, or mix of the two IntelliJ supports?
My motivation for using JSDoc is two-fold:
1. For developers: so IntelliJ can provide better code-completion, code checking, error checking, etc.
2. For efficiency: using the Closure compiler.
So for #1, it is important for me to use JSDoc markup that is supported by IntelliJ, and until now figuring this out has mostly been a trial and error process.
Alex
Please sign in to leave a comment.
I would like to vote for this question. Can anyone of IDEA developers answer the question please?
In addition, I would like IDEA to display warnings for visibility violations (i.e. JavaScript member with @private JSDoc annotation used outside of the class or file). Is there any way to configure such warnings?