主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Zerro
活动总数
13
最后的活动
2024年04月02日 11:47
成员加入日期
2023年04月11日 10:57
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
3
活动概览
帖子(3)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2024年04月02日 11:47
Of course! Explicit user consent is a must.Also, thank you for the pointer. I’ll look into it.
社区
IntelliJ IDEA Open API and Plugin Development
Listen to code completion events
0 票
创建于
2024年03月27日 05:30
Of course. I added the `LookupListener` via the `com.intellij.codeInsight.lookup.LookupManagerListener#activeLookupChanged`. As of now, I’ve found the following information from `LookupListener`: T...
社区
IntelliJ IDEA Open API and Plugin Development
Listen to code completion events
0 票
创建于
2023年05月10日 15:04
Thanks for your reply. I'll have a look into `com.intellij.codeInsight.completion.CompletionParameters#getInvocationCount`.
社区
IntelliJ IDEA Open API and Plugin Development
Trigger custom `CompletionContributor` by some specific characters
0 票
创建于
2023年05月02日 13:53
Sorry for my late reply. The problem I'm facing is that I’m expecting to have quite a lot of completion results from my custom `CompletionContributor`. These custom completion results are of a dif...
社区
IntelliJ IDEA Open API and Plugin Development
Trigger custom `CompletionContributor` by some specific characters
0 票
创建于
2023年04月14日 14:26
Thank you for your pointers! They are very helpful 👍
社区
IntelliJ IDEA Open API and Plugin Development
Getting code completions with a specific return type
0 票
创建于
2023年04月11日 15:07
Of course! To clarify, I want to get the completion results filtered by a specific return type. These filtered completion results are not the end goal to be displayed in the popup. Further processi...
社区
IntelliJ IDEA Open API and Plugin Development
Getting code completions with a specific return type
0 票