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.
请先登录再写评论。