2021-05-19 10:34:35 +02:00
..
2021-05-19 10:34:35 +02:00
2020-10-07 15:44:55 +02:00
2021-04-26 15:30:14 +02:00
2020-10-15 17:10:31 +02:00
2020-10-15 17:10:31 +02:00
2021-01-18 11:21:51 +01: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