主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Simon Stratmann
活动总数
165
最后的活动
2024年03月12日 09:23
成员加入日期
2018年09月06日 06:41
关注
0 名用户
关注者数
0 名用户
投票数
13
订阅数
47
活动概览
帖子(40)
评论(65)
按投票数排序
最近的活动
投票数
创建于
2022年02月09日 08:53
https://www.jetbrains.com/fleet/ says "With the help of LSPs you will also be able to use other language services in Fleet." That should allow LSP for fleet - does that indicate LSP support may com...
社区
IntelliJ IDEA Open API and Plugin Development
IntelliJ support for Language Server Protocol (as a client)?
5 票
创建于
2024年02月21日 07:31
rosuh Visiting the plugin page in the marketplace with the account it's registered under should result in a popup asking you to accept the agreement. That should fix it.
社区
IntelliJ IDEA Open API and Plugin Development
"You have not accepted the Plugin Developer agreement" when trying to publish a plugin could be clearer
1 票
创建于
2023年10月06日 05:23
Just remove the dot at the end: https://youtrack.jetbrains.com/issue/IDEA-320029
社区
IntelliJ IDEA EAP Users
New branches popup
1 票
创建于
2022年04月02日 06:04
I'm having a similar problem but in my case the plugin jar is locked by the JBR java executable (on windows): Execution failed for task ':prepareSandbox'.> Could not copy file 'G:\tph-toolbox\buil...
社区
IntelliJ IDEA Open API and Plugin Development
Reload is required for plugin development.
1 票
创建于
2022年03月25日 13:51
Nikolay Chashnikov I'm also using the appStarter extension point. How can I start IntelliJ using this while developing the plugin?
社区
IntelliJ IDEA Open API and Plugin Development
Expose plugin to headless mode
1 票
创建于
2021年07月07日 08:37
@... I was able to reproduce it with a simple demo class: https://pastebin.com/i54W1h2c It seems to be related to the AppScheduledExecutorService. When starting the background process task from the...
社区
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
1 票
创建于
2024年03月11日 10:22
Have you tried@Overridepublic @NotNull ActionUpdateThread getActionUpdateThread() { return ActionUpdateThread.BGT;}?You may try listening on com.intellij.dvcs.repo.VcsRepositoryManager#VCS_REPOS...
社区
IntelliJ IDEA Open API and Plugin Development
Configuring AnAction to setEnabledAndVisibleBased on Git Repository
0 票
创建于
2024年03月11日 10:06
It depends on how you save your settings. You're probably using a PersistentStateComponent. Make sure the XML is actually stored in a project's .idea folder. Also make sure to autowire the project ...
社区
IntelliJ IDEA Open API and Plugin Development
Project Configuration in Plugin - Settings Apply Globally, Not Per Project
0 票
创建于
2024年02月21日 10:36
Invalid plugin descriptor 'description'. The plugin description is shorter than 40 characters and/or the plugin description contains non-Latin characters.I just misunderstood the message as in that...
社区
IntelliJ IDEA Open API and Plugin Development
Invalid plugin descriptor 'description'
0 票
创建于
2024年02月21日 10:09
Ooooh that error message is very misleading. “description” is the name of the property, I thought it was the content of the description field.
社区
IntelliJ IDEA Open API and Plugin Development
Invalid plugin descriptor 'description'
0 票
下一页
›
最后
»