Krylov Aleksei
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 5
-
Krylov Aleksei commented, -
Krylov Aleksei created a post, AnsweredHow 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 commented, -
-
-
Krylov Aleksei created a post, AnsweredHow 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 commented, -
Krylov Aleksei created a post, AnsweredHow 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 created a post, AnsweredNoClassDefFoundError: 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...