主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Julien Pradelle
活动总数
21
最后的活动
2026年04月09日 07:28
成员加入日期
2022年02月23日 16:54
关注
0 名用户
关注者数
0 名用户
投票数
7
订阅数
3
活动概览
帖子(2)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2025年07月23日 12:05
It looks like there will be something available in version 2025.2 https://github.com/JetBrains/intellij-community/blob/idea/252.13776.59/java/java-impl/src/com/intellij/codeInsight/daemon/impl/anal...
社区
IntelliJ IDEA Open API and Plugin Development
Adding quick fix or intention to existing problems fround through other inspections
0 票
创建于
2025年07月23日 10:07
Is there any update in API to do it now ?I achieved it that way, which is clearly uglypublic class ExceptionHighlightInfoFilter implements HighlightInfoFilter { @Override public boolean acc...
社区
IntelliJ IDEA Open API and Plugin Development
Adding quick fix or intention to existing problems fround through other inspections
0 票
创建于
2025年03月27日 08:38
No, I didn't look much further, but I would love to have a solution :)
社区
IntelliJ IDEA Open API and Plugin Development
Add entries in goto declaration or usages
0 票
创建于
2024年12月18日 16:50
From what I understand, nothing in JavaScript or in Java implements com.intellij.psi.ContributedReferenceHost ? It would mean there is not way achieve that goal in JavaScript and Java using PsiRefe...
社区
IntelliJ IDEA Open API and Plugin Development
Add entries in goto declaration or usages
0 票
创建于
2024年12月13日 08:27
Hi thank you for the answer, yes problem is solved. I think it looks like something was suspended during debug session.
社区
IntelliJ IDEA Open API and Plugin Development
JavaScriptIntention find parent file of virtual editor
0 票
创建于
2024年12月11日 14:06
In fact it seems that is null when putting a debugger break point in invoke, and I get expected value without break point.
社区
IntelliJ IDEA Open API and Plugin Development
JavaScriptIntention find parent file of virtual editor
0 票
创建于
2024年12月11日 13:48
After more tests, it appears that I find parent content withelement.getContainingFile().getContext()Only in isAvailable method I get expected result. In invoke method this is null.Am I doing someth...
社区
IntelliJ IDEA Open API and Plugin Development
JavaScriptIntention find parent file of virtual editor
0 票
创建于
2024年12月11日 11:10
Found this issue https://intellij-support.jetbrains.com/hc/en-us/community/posts/207567045-How-to-get-the-parent-psi-element-outside-of-a-language-injectionBut not working, looping on getContext() ...
社区
IntelliJ IDEA Open API and Plugin Development
JavaScriptIntention find parent file of virtual editor
0 票
创建于
2024年12月11日 10:53
A bit of clarifications: I'm stuck in Injected HTML file https://www.jetbrains.com/help/idea/using-language-injections.htmlAnd would like to get its parent. getParent() of it returns null
社区
IntelliJ IDEA Open API and Plugin Development
JavaScriptIntention find parent file of virtual editor
0 票