13nixonf
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 6
-
Created Resolve becomes slower over time .
AnsweredI 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... -
Edited 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...