N Verkhovin
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
N Verkhovin created a post, Code completion sorting does not work with .kt files
Hello. I faced the same issue as https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000646804/comments/115000563564 but can't resolve it with completion.cotributor order. I use Prio... -
-
N Verkhovin created a post, AnsweredClassCastException because of different classloaders
Hello, In some place of my plugin I try to get class declared in a file by this way: class MyCustomTestContributor: CompletionContributor() { override fun fillCompletionVariants(parameters: Comp...