Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nahuel
Total activity
18
Last activity
January 26, 2025 21:18
Member since
November 05, 2024 23:16
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
3
Activity overview
Posts (2)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
January 26, 2025 21:18
Awesome, now I have everything I need to implement what I need for my plugin.Thanks a lot Maksim for your help and patience!!
Community
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 votes
Edited
January 23, 2025 23:30
Hi Maksim!!Thanks a lot, I thought I did something wrong and I was afraid that it could cause any unwanted side-effect on the IDE. For now I'll leave it as is.I have a last couple of questions befo...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 votes
Created
January 22, 2025 23:29
Hi Maksim, hope you're doing well :)Yes, you rock it! Now I see my custom logic being called. And even though the logic itself is not finished yet, now I can start debugging it and making the requi...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 votes
Created
January 21, 2025 00:51
Hi there!I'm back after some time. I couldn't make it work completely and I'm not sure why. I reimplemented practically all those classes but I can't get the `getReportData()` method to be invoked....
Community
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 votes
Created
November 14, 2024 23:42
Hi Yann, thanks for answering!So sorry for the delay, it's been a complicated week for me.I tested again on Windows, and I haven't seen the issue happening. Maybe it was a one-time event that won't...
Community
IntelliJ IDEA Open API and Plugin Development
Dynamic plugin requires restart on Windows
0 votes
Created
November 08, 2024 01:08
For reference:I had to configure my build.gradle.kts as follows:dependencies { implementation("org.jetbrains.intellij.deps:intellij-coverage-agent:1.0.763") intellijPlatform { ...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 votes
Edited
November 07, 2024 22:46
I know this is quite old, but if someone is facing this issue, I solved it as follows:private static final Icon ICON = IconLoader.findIcon( MyConfigClass.class.getResource("/icons/my-icon.svg")...
Community
IntelliJ IDEA Open API and Plugin Development
IconLoader requires restart IDE if uninstall or update plugin?
0 votes
Edited
November 07, 2024 00:33
Hi Maksim Zuev, thanks for your quick answer!!Regarding RangeHighlighter, I tried to do so but I failed to “hook it” into IntelliJ's SDK. Put it differently, my Highlighter was never called. At thi...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 votes