Zerro
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
-
Zerro created a post, AnsweredListen to code completion events
Hi 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... -
-
-
Zerro created a post, AnsweredTrigger custom `CompletionContributor` by some specific characters
Hi 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... -
Zerro commented, -
-
Zerro created a post, AnsweredGetting code completions with a specific return type
Hi 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`: ...