voidC
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
-
voidC 创建了一个帖子, 已回答How to implement a PsiTreeChangeListener to Track Changes in PsiClass, PsiMethod, and PsiField Elements
I need to implement a PsiTreeChangedListener to maintain an AST (Abstract Syntax Tree) that I've created. I need to be able to retrieve the elements whenever a PsiClass, PsiMethod, or PsiField is a... -
voidC 创建了一个帖子, 已计划if i right click PsiKeyWord, whitespace and other thing ,why did i only get null element
i use an action to deal right-click EditorPopUp actionif i right-clicked method,class,filed , i can get them successfullybut if i right click PsiKeyWord, whitespace and other thing ,i can only get...