Description
I've received the following email from JetBrains:
Dear Tobias,
The latest updates of your plugin use the API annotated with
org.jetbrains.annotations.ApiStatus.Internal
. Private APIs like these should not be used outside of the IntelliJ Platform, as they might be renamed, changed, or removed in future versions.Please replace these internal API usages in your future updates. You can refer to this article to find a recommended replacement API. If the API in question is not listed there, please create an issue, and we will help you to find the replacement API.
Let us know if you have any additional questions.
Kind regards,
Your JetBrains Marketplace team
One usage of internal IntelliJ APIs I have found is:
Unfortunately, I won't have time in the near future to work on these things myself. If anyone has time to fix this please open a pull request! :)