voidC
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
voidC created a post, AnsweredHow 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 created a post, Plannedif 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...