Taggelis
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Taggelis created a post, Answeredhow i can get all class ( and inner classes ) from a psiFile?
I am trying to make a plugin and i want to search the reference of all classes in project and check if the extend a spesific class but how i can parse the inner classes : PsiJavaFile psiJavaFile = ... -
Taggelis commented, -
Taggelis created a post, AnsweredPsiJavaFile file is not found inside org.jetbrains.intellij
Hello, I am new in developing plugins for intellij. I follow the doc tutorial with gradle implemantation : plugins {id 'java'id "org.jetbrains.intellij" version "0.4.10" }I want to use PsiJavaFile ...