Lojka10

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Lojka10 commented, -
-
Lojka10 created a post, AnsweredgetService return null
I register the service when the project (Activity) is launched: class MyTestStarupActivity : StartupActivity, StartupActivity.DumbAware { override fun runActivity(project: Project) { proj... -
-
Lojka10 created a post, AnsweredAdd a PsiElement without adding text to the PsiFile
I'm trying to add a method (PsiMethod) to a class (PsiClass) so that IDEA shows this method when typing. I did this, but I ran into a problem: when I add PsiMethod to PsiClass, the text of this met...