Reference: Code Inspections in IntelliJ SDK Docs
Inspection Sample Project implements a simple local inspection producing warnings for the regular plain text files.
Inspection, enabled by default, uses a visitor passing all PSI elements with no error reporting.
Name | Implementation | Extension Point Class |
---|---|---|
com.intellij.localInspection |
DemoCodeInspection | LocalInspectionTool |
Reference: Plugin Extension Points in IntelliJ SDK Docs