Leossa
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Leossa created a post, PlannedIs PsiAugmentProvider Kotlin compatible?
If not, is there a workaround that does not hit too much on performance? Related question: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360006517760-PsiAugmentProvider-for-Kotl... -
Leossa created a post, How to get the list of methods from the receiver at the point of autocompletion?
This is what I currently have:extend(CompletionType.BASIC, psiElement(), object : CompletionProvider<CompletionParameters>() { override fun addCompletions( parameters: CompletionParameter...