Zerro
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Listen to code completion events
AnsweredHi all! I’m conducting a user study on code completion behavior in IntelliJ. I’d like to listen to code completion events and collect their information, including: Triggered time Terminated time or... -
Created Trigger custom `CompletionContributor` by some specific characters
AnsweredHi all! I’m developing a plugin and trying to make some additions to the code completion. I created a custom `CompletionContributor` and I want this custom `CompletionContributor` to be only trigge... -
Created Getting code completions with a specific return type
AnsweredHi all! I’m developing a plugin and trying to make some modifications to the code completion. One of the steps involves getting code completions with a specific return type. For example in `Java`: ...