John Doe
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created StubIndex testing
AnsweredI would like drop the cache of StubIndex after each test case. How can I do it? Right now the index persists across all the tests. Can anyone help? Thanks. -
Created Plugin dependency messing with my plugin dependencies
AnsweredHi, everyone. Here is a problem. I develop a language plugin. I have a dependency to kotlin serialization library. It works fine, but if I add a platform plugin dependency like the one below. It in... -
Created Implementing a custom syntax highlighter based on psi changes, can't use lexer
AnsweredHello, I am working on a language plugin for IntelliJ platform. The problem that I have is that this language has a "position sensitive" lexer. It means that the same combination of symbols can b...