13nixonf
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 6
-
创建于 Resolve becomes slower over time .
已回答I have implemented resolve functionality for a custom language, using scope processor+stubs approach. When the Intellij is first started up resolve is fast. I implemented an inspection which relies... -
已编辑于 Auto-closing braces in a custom language, BraceMatcher not working
I'm working on a custom language plugin, and am trying to get matching braces to be automatically inserted. Aka. if I type "(", I want intellij to automatically add a matching ")". From the docume...