2023-02-10 20:38:30 +01:00
..
2022-11-28 17:31:11 +01:00
2022-01-12 12:09:34 +01:00
2023-02-10 20:38:30 +01:00
2022-11-28 17:31:11 +01:00
2022-11-28 17:31:11 +01: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