Zerro
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
-
-
Zerro 创建了一个帖子, 已回答Listen 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 创建了一个帖子, 已回答Trigger 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 进行了评论, -
-
Zerro 创建了一个帖子, 已回答Getting 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`: ...