How to register custom inspections in a plugin? Permanently deleted user 创建于 2017年01月02日 20:47 I'm trying to write a plugin that has custom inspections. How would I go about registering this inspections with the IDE, without adding them manually in Settings? Thanks all!
Hi Oliver,
please refer to https://github.com/JetBrains/intellij-sdk-docs/blob/master/tutorials/code_inspections.md, it contains code inspection sample and the background.
BTW I don't know how to add custom inspections in the Settings manually
Anna