IntelliJ Plugin Development
Hi, im tring to get into developing intellij idea plugin and wanted to try to remake the errorlens plugin from VS, but i can' t find how to listen to the ide code analysis and shop inlay messages on the same line as the code analysis
4 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.
the extension points in https://plugins.jetbrains.com/docs/intellij/intellij-platform-extension-point-list.html#analysisxml might be useful for listening to code analysis
For inlay hints, see https://intellij-support.jetbrains.com/hc/en-us/community/posts/360001233699-Add-inlay-hint-above-method
Note: I am neither using IntelliJ nor do I know the errorlens plugin
I will give it a look, thx
π€
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.