Leossa

- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Leossa 创建了一个帖子, 已计划Is 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 创建了一个帖子, 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...