Disable Inspections for a specific PsiElement subclass
I developed a Custom Language plugin as per https://plugins.jetbrains.com/docs/intellij/custom-language-support-tutorial.html
Now I'd like to disable via Plugin API Inspection "Non-ASCII characters in an identifier" for specific identifiers, how can I do that? I'd also like to remove yellow text background from that identifiers.

Please sign in to leave a comment.