It would be nice if the plugin could also validate annotation names, e.g.:
would fail because no such tag exists (typo).
Ideally, there would be various ways to configure this:
"jsDoc": {
"checkAnnotations": "jsdoc" // whitelists JSDoc tags
// or
"checkAnnotations": "jsduck" // whitelists JSDuck tags
// or
"checkAnnotations": "closurecompiler" // whitelist Closure Compiler tags
}
Might be a good idea to add version support from the get-go, so use jsdoc3, jsduck4, jsduck5 etc.
It would be nice if the plugin could also validate annotation names, e.g.:
would fail because no such tag exists (typo).
Ideally, there would be various ways to configure this:
Might be a good idea to add version support from the get-go, so use
jsdoc3,jsduck4,jsduck5etc.