Lojka10
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
Lojka10 进行了评论, -
-
Lojka10 创建了一个帖子, 已回答getService return null
I register the service when the project (Activity) is launched: class MyTestStarupActivity : StartupActivity, StartupActivity.DumbAware { override fun runActivity(project: Project) { proj... -
-
Lojka10 创建了一个帖子, 已回答Add 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...