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
β
This post has been reserved for your question.
Hey @ππΎπ»ππ²ππ! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose 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.
π€
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.
I think you can start with https://github.com/JetBrains/intellij-platform-plugin-template
GitHub
GitHub - JetBrains/intellij-platform-plugin-template: Template repo...
Template repository for creating plugins for IntelliJ Platform - JetBrains/intellij-platform-plugin-template
π€
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?
what exactly do you mean with rendering stuff?
π€
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
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
so you want inlay hints, I see
IntelliJ Platform Plugin SDK Help
Inlay Hints | IntelliJ Platform Plugin SDK
π€
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.