Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
the_Fallenangel
Total activity
39
Last activity
February 28, 2025 02:08
Member since
November 05, 2022 12:25
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
8
Activity overview
Posts (7)
Comments (21)
Sort by recent activity
Recent activity
Votes
Created
February 28, 2025 02:08
At present, it appears that UAST's support for KtProperty is not optimal. It is identified as a UMethod, not a UField.This is semantically incorrect. KtProperty should be a Kotlin "field" and not a...
Community
IntelliJ IDEA Open API and Plugin Development
How well does the UAST system support custom language development?
0 votes
Edited
February 28, 2025 02:06
I did read that page ahead of time, which is why I had those questions. It's just that I was working on a feature when I asked the question before, and couldn't interrupt to open a new attempt, but...
Community
IntelliJ IDEA Open API and Plugin Development
How well does the UAST system support custom language development?
0 votes
Created
February 11, 2025 14:41
Exactly, that's how it is! The issue has been resolved, thank you, Karol Lewandowski!
Community
IntelliJ IDEA Open API and Plugin Development
When returning multiple references from PsiReferenceProvider#getReferencesByElement, the highlighting effect is gone
0 votes
Created
February 11, 2025 10:57
Here's the situation:My BNF structure is as follows: value belongs to prop-args, and prop-args belong to positive-prop.My logic is this: value needs to be resolved as DTOValueReference, and positiv...
Community
IntelliJ IDEA Open API and Plugin Development
When returning multiple references from PsiReferenceProvider#getReferencesByElement, the highlighting effect is gone
0 votes
Created
February 11, 2025 01:30
Yes... it's quite possible that my parsing element is "value," while the "element" is a parent of "value". I'll give it a try!
Community
IntelliJ IDEA Open API and Plugin Development
When returning multiple references from PsiReferenceProvider#getReferencesByElement, the highlighting effect is gone
0 votes
Edited
January 14, 2025 02:24
It still doesn't work, I've got the mre project and screenshots and posted the Issue.
Community
IntelliJ IDEA Open API and Plugin Development
Idea source code download and custom language formatting
0 votes
Created
January 11, 2025 01:37
“Download sources -> gradle reload -> download sources”, this process will be retried at least twice after each change to the gradle configuration…It doesn't work.But this time I noticed this error...
Community
IntelliJ IDEA Open API and Plugin Development
Idea source code download and custom language formatting
0 votes
Created
January 10, 2025 01:55
By using the build version number and disabling the installer, I see the idea's source zip download at build time, but I still can only look at AbstractBlock's source, not AbstractJavaBlock and Kot...
Community
IntelliJ IDEA Open API and Plugin Development
Idea source code download and custom language formatting
0 votes
Created
January 10, 2025 01:34
I apologize, I forgot the definition of sinceVersion... But I'm already using the “2022.3” format, so I don't know why it still uses the build version when downloading the source code.As for the in...
Community
IntelliJ IDEA Open API and Plugin Development
Idea source code download and custom language formatting
0 votes
Created
January 03, 2025 02:21
Is this the key point of code indentation logic when Java implements formatting? Based on left and right curly braces and Indent.getSmartIndent(Indent.Type.CONTINUATION) to implement Indent for sub...
Community
IntelliJ IDEA Open API and Plugin Development
Idea source code download and custom language formatting
0 votes
Next
›
Last
»