-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Plugin ID #311
Comments
reads to me like there is no need for changing plugin-id for an already published plugin - so this issue could be closed (?) |
Thanks for looking into this @Aneida! |
While the plugin verifier itself provides the |
I came across the plugin incompatibility with PHPStorm version 2024.2 and after researching a bit, this issue has been reported via YouTrack: https://youtrack.jetbrains.com/issue/MP-5911/Not-expected-plugin-verifier-warning-for-plugin-ID-containing-intellij What's concerning is there are multiple devs complaining about the issue and this ticket has been closed as "Fixed". I wonder if what JetBrains may be saying, albeit silently, is for plugin devs to remove their plugins from the Marketplace, make the id compatible, then republish. This, of course, sounds unacceptable, particularly for long established plugins. It would be very disrupting to the community. Has anyone had experience reaching out to JetBrains outside of YouTrack as a plugin developer? |
As already mentioned, the ID should not be changed, so I will close this issue. |
"intellij" is no longer allowed to be part of the plugin id. The current plugin id is "de.php_perfect.intellij.ddev".
The plugin id is used many times in the plugin and all services ids are prefixed with this id. It has to be changed to something like "de.php_perfect.ddev_integration" and all packages and services need to be renamed.
This is requirment to publish a new version.
The text was updated successfully, but these errors were encountered: