Zhihao Zhang

- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 12
-
-
Zhihao Zhang commented, -
-
Zhihao Zhang commented, -
-
Zhihao Zhang created a post, AnsweredHow to update the text of LeafPsiElement inside HighlightVisitor?
It seems that the LeafPsiElement does not have a set method of the text field. -
Zhihao Zhang created a post, How can I get another part of brace?
If I have a KtSingleValueToken LPAR = new KtSingleValueToken("LPAR", "("); in kotlin, how can I get another part of **this** pair in code, I mean `)`. I know IDE can do that, because when I click ... -
Zhihao Zhang commented, -
-
Zhihao Zhang created a post, My `HighlightVisitor` been covered by intellij built-in functionality
I have a intellij plugin called intellij-rainbow-brackets , this plugin design for rainbow brackets with different level with different level color. And one feature of this plugin is to rainbow bra...