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