Krylov Aleksei
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 5
-
Created How to use my local inspections to find classes that matches that inspection in all project?
AnsweredHello, 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... -
Created How can i check usage of the PsiField by the JetBrains api ?
AnsweredHello , 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 ? -
Created How to create PsiClass for Record from 14 jdk ?
AnsweredI 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... -
Created NoClassDefFoundError: com/intellij/codeInspection/AbstractBaseJavaLocalInspectionTool IntelliJ IDEA 2020.1 plugin development
AnsweredHelloI'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...