13nixonf
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 6
-
-
-
-
13nixonf created a post, AnsweredResolve 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... -
13nixonf created a post, 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... -