Phil Kessler
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Phil Kessler created a post, AnsweredHow 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 created a post, 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...