Krylov Aleksei
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 5
-
创建于 How to use my local inspections to find classes that matches that inspection in all project?
已回答Hello, I develop plugin for finding some classes. I created inspections based on AbstractBaseJavaLocalInspectionTool and quickfixes for them. How can i apply this inspection for all classes in my... -
创建于 How can i check usage of the PsiField by the JetBrains api ?
已回答Hello , i develop plugin for intellij idea , I need check usage of the field of the class.How can i check usage of the PsiField by the JetBrains api ? And how can I check modifying of this field ? -
创建于 How to create PsiClass for Record from 14 jdk ?
已回答I trying to make plugin for static code analysis by JetBrains api , by inspections. Tell me please how to create PsiClass for Record from 14 jdk ? Documentation tells use PsiFileFactory , but : Fi... -
创建于 NoClassDefFoundError: com/intellij/codeInspection/AbstractBaseJavaLocalInspectionTool IntelliJ IDEA 2020.1 plugin development
已回答HelloI'm trying to make plugin for static code analysis by JetBrains api , by inspections.When I use " intellij {version '2019.3' " in build.gradle settings everything is OK.But when I try " intell...