2020-10-01 14:39:49 +02:00
..
2020-06-22 15:17:14 +02:00
2020-08-12 11:25:19 +02:00
2020-10-01 14:39:49 +02:00
2020-03-02 20:01:54 -08:00
2020-08-12 11:25:19 +02:00
2020-09-21 17:15:08 +02:00

Inspection Sample Project JetBrains IntelliJ Platform SDK Docs

Reference: Code Inspections in IntelliJ SDK Docs

Quickstart

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.

Extension Points

Name Implementation Extension Point Class
com.intellij.localInspection DemoCodeInspection LocalInspectionTool

Reference: Plugin Extension Points in IntelliJ SDK Docs