Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
slam
Total activity
11
Last activity
June 02, 2024 11:44
Member since
April 01, 2023 06:39
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
November 23, 2023 04:31
not yet. you can try Community Edition it's works
Community
IntelliJ IDEA Open API and Plugin Development
Custom icon doesn't show up for action group but action
1 vote
Created
June 02, 2024 11:44
```kotlinoverride fun isEnabled(event: InlineCompletionEvent): Boolean { return event is InlineCompletionEvent.DocumentChange && event.typing is TypingEvent.NewLine }```
Community
IntelliJ IDEA Open API and Plugin Development
Inline Completion only when Enter is pressed
0 votes
Created
February 22, 2024 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...
Community
IntelliJ IDEA Users
Can't launch Intellij IDEA at all after upgrade to 2023.3
0 votes
Created
April 05, 2023 05:49
Karol Lewandowski The issue was confirmed only happened when using Ultimate Edition, but works for Community Edition
Community
IntelliJ IDEA Open API and Plugin Development
Custom icon doesn't show up for action group but action
0 votes
Created
April 04, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom icon doesn't show up for action group but action
0 votes
Created
April 04, 2023 12:17
as you see - Code refactor with an Icon but Onegai Copilot didn't show up
Community
IntelliJ IDEA Open API and Plugin Development
Custom icon doesn't show up for action group but action
0 votes