JSDoc Custom Tag Inspections
I've got a JSDoc custom tag similar to @param (e.g. @myCustomTag) that doesn't get inspected; no error checks, to formatting, etc.
Is there any where to add this so that it's handled like the @param tag. I've checked inspections for both JSDoc and JavaDoc (just in case) but haven't found a place for this.
Thanks!
Please sign in to leave a comment.
You have to develop custom plugin for this - see http://www.jetbrains.org/intellij/sdk/docs/tutorials/code_inspections.html.
Please feel free to ask questions at the plugins development forum: https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development
I hadn't thought of that; figured it was probably in there already. I'll look into it.
Thanks Elena.