主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nahuel
活动总数
18
最后的活动
2025年01月26日 21:18
成员加入日期
2024年11月05日 23:16
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
3
活动概览
帖子(2)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2025年01月26日 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!!
社区
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 票
已编辑于
2025年01月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 票
创建于
2025年01月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 票
创建于
2025年01月21日 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....
社区
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 票
创建于
2024年11月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Dynamic plugin requires restart on Windows
0 票
创建于
2024年11月08日 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 { ...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 票
已编辑于
2024年11月07日 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")...
社区
IntelliJ IDEA Open API and Plugin Development
IconLoader requires restart IDE if uninstall or update plugin?
0 票
已编辑于
2024年11月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement coverage highlighting
0 票