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