2022-09-05 14:40:16 +02:00
..
2022-08-07 21:22:42 +02:00
2022-01-12 12:09:34 +01:00
2022-08-07 21:22:42 +02:00
2022-08-07 21:22:42 +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