2022-07-11 15:29:02 +02:00
..
2022-05-23 11:33:08 +02:00
2022-01-12 12:09:34 +01:00
2022-07-11 15:29:02 +02:00
2022-02-08 17:44:47 +01:00
2020-10-15 17:10:31 +02:00
2021-11-08 17:31:16 +01: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