Create ErrorLens like plugin for IntelliJ

I wanted to create a ErrorLens (VSC Plugin) like plugin in IntelliJ, because every already available plugin is really slow and isn't customizable enough. But im not able to find any docs about how to do it and i can't really understand the already available plugins src because they are written in scala and im tring to write them in Java.
13 Replies
JavaBot
JavaBotβ€’6d ago
βŒ› This post has been reserved for your question.
Hey @π“–π“Ύπ“»π”€π“²πŸ‘πŸŽ! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here. πŸ’€ Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
πŸ’€ Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
dan1st
dan1stβ€’6d ago
GitHub
GitHub - JetBrains/intellij-platform-plugin-template: Template repo...
Template repository for creating plugins for IntelliJ Platform - JetBrains/intellij-platform-plugin-template
JavaBot
JavaBotβ€’6d ago
πŸ’€ Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
π“–π“Ύπ“»π”€π“²πŸ‘πŸŽ
I already did, but where can i found docs on how to render stuff?
dan1st
dan1stβ€’6d ago
what exactly do you mean with rendering stuff?
JavaBot
JavaBotβ€’5d ago
πŸ’€ Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
π“–π“Ύπ“»π”€π“²πŸ‘πŸŽ
Rendering the actual error message, background inline
dan1st
dan1stβ€’5d ago
hm? idk what error lens is But in general, IntelliJ uses Swing so can just use Swing for many things
π“–π“Ύπ“»π”€π“²πŸ‘πŸŽ
Error Lens - Visual Studio Marketplace
Extension for Visual Studio Code - Improve highlighting of errors, warnings and other language diagnostics.
π“–π“Ύπ“»π”€π“²πŸ‘πŸŽ
i want to replicate that
dan1st
dan1stβ€’5d ago
so you want inlay hints, I see
JavaBot
JavaBotβ€’5d ago
πŸ’€ Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?