John Doe
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
-
John Doe created a post, AnsweredStubIndex testing
I 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. -
-
John Doe created a post, AnsweredPlugin dependency messing with my plugin dependencies
Hi, 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... -
-
John Doe created a post, AnsweredImplementing a custom syntax highlighter based on psi changes, can't use lexer
Hello, 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...