JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.14k stars 638 forks source link

Cannot find class 'com.intellij.codeInspection.AbstractBaseJavaLocalInspectionTool' #306

Closed shang6107 closed 2 years ago

shang6107 commented 2 years ago

hi, all

I'm new guy want to develop a insector-implementation and create project through new-project plugin 'IDE plugin'(IntelliJ IDEA 2022.1.3 (Ultimate Edition)),

however, I cannot find base class which named 'com.intellij.codeInspection.AbstractBaseJavaLocalInspectionTool' in my project and java file.

please tell me what shuold i do, tks.. image image

hsz commented 2 years ago

For questions related to the actual plugin development, please see: https://plugins.jetbrains.com/docs/intellij/getting-help.html