Lojka10

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created getService return null
AnsweredI register the service when the project (Activity) is launched: class MyTestStarupActivity : StartupActivity, StartupActivity.DumbAware { override fun runActivity(project: Project) { proj... -
Edited Add a PsiElement without adding text to the PsiFile
AnsweredI'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...