Krylov Aleksei
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 5
-
Krylov Aleksei 进行了评论, -
Krylov Aleksei 创建了一个帖子, 已回答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... -
-
-
-
Krylov Aleksei 创建了一个帖子, 已回答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 ? -
Krylov Aleksei 进行了评论, -
Krylov Aleksei 创建了一个帖子, 已回答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... -
Krylov Aleksei 创建了一个帖子, 已回答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...