Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Simon Stratmann
Total activity
165
Last activity
March 12, 2024 09:23
Member since
September 06, 2018 06:41
Following
0 users
Followed by
0 users
Votes
13
Subscriptions
47
Activity overview
Posts (40)
Comments (65)
Sort by recent activity
Recent activity
Votes
Created
February 09, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ support for Language Server Protocol (as a client)?
5 votes
Created
February 21, 2024 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.
Community
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 vote
Created
October 06, 2023 05:23
Just remove the dot at the end: https://youtrack.jetbrains.com/issue/IDEA-320029
Community
IntelliJ IDEA EAP Users
New branches popup
1 vote
Created
April 02, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Reload is required for plugin development.
1 vote
Created
March 25, 2022 13:51
Nikolay Chashnikov I'm also using the appStarter extension point. How can I start IntelliJ using this while developing the plugin?
Community
IntelliJ IDEA Open API and Plugin Development
Expose plugin to headless mode
1 vote
Created
July 07, 2021 08:37
Alexey Kudravtsev 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
1 vote
Created
March 11, 2024 10:22
Have you tried@Overridepublic @NotNull ActionUpdateThread getActionUpdateThread() { return ActionUpdateThread.BGT;}?You may try listening on com.intellij.dvcs.repo.VcsRepositoryManager#VCS_REPOS...
Community
IntelliJ IDEA Open API and Plugin Development
Configuring AnAction to setEnabledAndVisibleBased on Git Repository
0 votes
Created
March 11, 2024 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Project Configuration in Plugin - Settings Apply Globally, Not Per Project
0 votes
Created
February 21, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Invalid plugin descriptor 'description'
0 votes
Created
February 21, 2024 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.
Community
IntelliJ IDEA Open API and Plugin Development
Invalid plugin descriptor 'description'
0 votes
Next
›
Last
»