主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
slam
活动总数
11
最后的活动
2024年06月02日 11:44
成员加入日期
2023年04月01日 06:39
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
3
活动概览
帖子(1)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2023年11月23日 04:31
not yet. you can try Community Edition it's works
社区
IntelliJ IDEA Open API and Plugin Development
Custom icon doesn't show up for action group but action
1 票
创建于
2024年06月02日 11:44
```kotlinoverride fun isEnabled(event: InlineCompletionEvent): Boolean { return event is InlineCompletionEvent.DocumentChange && event.typing is TypingEvent.NewLine }```
社区
IntelliJ IDEA Open API and Plugin Development
Inline Completion only when Enter is pressed
0 票
创建于
2024年02月22日 12:59
Fixed by: (Mac version)1. move /Users/YOUR_NAME/Library/Application Support/JetBrains/IntelliJIdea2023.3/plugins to /Users/YOUR_NAME/Library/Application Support/JetBrains/IntelliJIdea2023.3/plugins...
社区
IntelliJ IDEA Users
Can't launch Intellij IDEA at all after upgrade to 2023.3
0 票
创建于
2023年04月05日 05:49
Karol Lewandowski The issue was confirmed only happened when using Ultimate Edition, but works for Community Edition
社区
IntelliJ IDEA Open API and Plugin Development
Custom icon doesn't show up for action group but action
0 票
创建于
2023年04月04日 13:57
class CopilotActionGroup : DefaultActionGroup("Onegai Copilot", true) { init { templatePresentation.icon = CopilotIcons.logo }} I had also tried that seems not to work but works when yo...
社区
IntelliJ IDEA Open API and Plugin Development
Custom icon doesn't show up for action group but action
0 票
创建于
2023年04月04日 12:17
as you see - Code refactor with an Icon but Onegai Copilot didn't show up
社区
IntelliJ IDEA Open API and Plugin Development
Custom icon doesn't show up for action group but action
0 票