Phil Kessler

- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
Phil Kessler 创建了一个帖子, 已回答How to programatically download Java source File?
I have a ClsClassImpl of a Java class inside of a library (no local project file).I need the contents of the source code, which can be obtained via ClsClassImpl.getSourceMirrorClass, but only if th... -
Phil Kessler 创建了一个帖子, Get source code of PsiClass of library/dependency
Hello,I am developing a plugin which needs to read the source code of e.g. a Java class from a library.The PsiClass is retrieved from a PsiElement of a currently open editor: val psiClass = PsiType...