Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Zerro
Total activity
13
Last activity
April 02, 2024 11:47
Member since
April 11, 2023 10:57
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
April 02, 2024 11:47
Of course! Explicit user consent is a must.Also, thank you for the pointer. I’ll look into it.
Community
IntelliJ IDEA Open API and Plugin Development
Listen to code completion events
0 votes
Created
March 27, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Listen to code completion events
0 votes
Created
May 10, 2023 15:04
Thanks for your reply. I'll have a look into `com.intellij.codeInsight.completion.CompletionParameters#getInvocationCount`.
Community
IntelliJ IDEA Open API and Plugin Development
Trigger custom `CompletionContributor` by some specific characters
0 votes
Created
May 02, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Trigger custom `CompletionContributor` by some specific characters
0 votes
Created
April 14, 2023 14:26
Thank you for your pointers! They are very helpful 👍
Community
IntelliJ IDEA Open API and Plugin Development
Getting code completions with a specific return type
0 votes
Created
April 11, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Getting code completions with a specific return type
0 votes