mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
15 lines
447 B
XML
15 lines
447 B
XML
<idea-plugin>
|
|
<id>com.intellij.tutorials.inspection</id>
|
|
<name>Inspection Demo</name>
|
|
<version>1.0</version>
|
|
<vendor>JetBrains</vendor>
|
|
|
|
<description>Basic example of working with code inspections</description>
|
|
|
|
<idea-version since-build="131"/>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<inspectionToolProvider implementation="com.intellij.tutorials.inspection.DemoInspectionToolProvider"/>
|
|
</extensions>
|
|
|
|
</idea-plugin> |