Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Julien Pradelle
Total activity
21
Last activity
April 09, 2026 07:28
Member since
February 23, 2022 16:54
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
3
Activity overview
Posts (2)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
July 23, 2025 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...
Community
IntelliJ IDEA Open API and Plugin Development
Adding quick fix or intention to existing problems fround through other inspections
0 votes
Created
July 23, 2025 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...
Community
IntelliJ IDEA Open API and Plugin Development
Adding quick fix or intention to existing problems fround through other inspections
0 votes
Created
March 27, 2025 08:38
No, I didn't look much further, but I would love to have a solution :)
Community
IntelliJ IDEA Open API and Plugin Development
Add entries in goto declaration or usages
0 votes
Created
December 18, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Add entries in goto declaration or usages
0 votes
Created
December 13, 2024 08:27
Hi thank you for the answer, yes problem is solved. I think it looks like something was suspended during debug session.
Community
IntelliJ IDEA Open API and Plugin Development
JavaScriptIntention find parent file of virtual editor
0 votes
Created
December 11, 2024 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.
Community
IntelliJ IDEA Open API and Plugin Development
JavaScriptIntention find parent file of virtual editor
0 votes
Created
December 11, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
JavaScriptIntention find parent file of virtual editor
0 votes
Created
December 11, 2024 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() ...
Community
IntelliJ IDEA Open API and Plugin Development
JavaScriptIntention find parent file of virtual editor
0 votes
Created
December 11, 2024 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
Community
IntelliJ IDEA Open API and Plugin Development
JavaScriptIntention find parent file of virtual editor
0 votes