主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
the_Fallenangel
活动总数
39
最后的活动
2025年02月28日 02:08
成员加入日期
2022年11月05日 12:25
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
8
活动概览
帖子(7)
评论(21)
按最近的活动排序
最近的活动
投票数
创建于
2025年02月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How well does the UAST system support custom language development?
0 票
创建于
2025年02月11日 14:41
Exactly, that's how it is! The issue has been resolved, thank you, Karol Lewandowski!
社区
IntelliJ IDEA Open API and Plugin Development
When returning multiple references from PsiReferenceProvider#getReferencesByElement, the highlighting effect is gone
0 票
创建于
2025年02月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
When returning multiple references from PsiReferenceProvider#getReferencesByElement, the highlighting effect is gone
0 票
创建于
2025年02月11日 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!
社区
IntelliJ IDEA Open API and Plugin Development
When returning multiple references from PsiReferenceProvider#getReferencesByElement, the highlighting effect is gone
0 票
已编辑于
2025年02月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How well does the UAST system support custom language development?
0 票
已编辑于
2025年01月14日 02:24
It still doesn't work, I've got the mre project and screenshots and posted the Issue.
社区
IntelliJ IDEA Open API and Plugin Development
Idea source code download and custom language formatting
0 票
创建于
2025年01月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Idea source code download and custom language formatting
0 票
创建于
2025年01月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Idea source code download and custom language formatting
0 票
创建于
2025年01月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Idea source code download and custom language formatting
0 票
创建于
2025年01月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Idea source code download and custom language formatting
0 票
下一页
›
最后
»