主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Johannes Spangenberg
活动总数
48
最后的活动
2025年02月02日 16:51
成员加入日期
2019年03月20日 11:59
关注
0 名用户
关注者数
0 名用户
投票数
10
订阅数
11
活动概览
帖子(6)
评论(21)
按最近的活动排序
最近的活动
投票数
已编辑于
2024年06月09日 21:02
Here is the best solution for both problems I could come up with, using the latest snapshot of IntelliJ Platform Gradle Plugin 2.https://github.com/NixOS/nix-idea/commit/3b6f46a1478ae151ed368d33a81...
社区
IntelliJ IDEA Open API and Plugin Development
How to develop a plugin which has an optional ultimate-feature without a license
0 票
已编辑于
2024年05月15日 19:37
Some time has passed, but I just found some time and energy to work on this topic again. I implemented variable resolution (and some basics for attribute resolution) using the Symbols API at NixOS/...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
已编辑于
2024年03月29日 10:37
The issue MP-6388 (and therefore the error about 'plugin.xml' is not found) has been fixed with version 1.365, but :runPluginVerifier still fails for such plugins when using FailureLevel.ALL.runPlu...
社区
IntelliJ IDEA Open API and Plugin Development
runPluginVerifier no longer works for plugins with "intellij" in plugin ID
0 票
创建于
2023年10月02日 22:00
I just realized later today that there are more optional interfaces for symbols: NavigatableSymbol (which I already mentioned above) DocumentationSymbol (which seems to provide quick documentatio...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
创建于
2023年10月02日 13:06
Piotr Tomiak I played around with the Symbol API, and it seems to be a better fit, partially because it allows having multiple declarations for one symbol, and also allows having one declaration fo...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
创建于
2023年09月22日 18:29
Sounds strange. Are you sure that it does not just require you to run the generation twice, or something like this? I think I can't give you much more advice on this topic. If you think it is a bug...
社区
IntelliJ IDEA Open API and Plugin Development
When using Grammer-Kit to generate parser code for a custom language plugin developed in Kotlin, it reports an error saying that it can't find a method in the class corresponding to psiImplUtilClass.
0 票
创建于
2023年09月07日 20:21
Yann Cebron, thanks. I will look into the reference you provided. Regarding my citation from the documentation:The referencing element at the point of usage (e.g., the x in the expression x + 1) sh...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
创建于
2023年09月05日 20:01
If you are not using Gradle, then I don't know the problem. Have you tried writing the Util class in Java, just to test if it is working?
社区
IntelliJ IDEA Open API and Plugin Development
When using Grammer-Kit to generate parser code for a custom language plugin developed in Kotlin, it reports an error saying that it can't find a method in the class corresponding to psiImplUtilClass.
0 票
已编辑于
2023年09月04日 16:40
Small update.IntelliJ will also only highlight the x as the identifier, never the a.This works now. My getName method did not return exactly the same as getNameIdentifier().getText(). The rest of m...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
创建于
2023年09月03日 18:50
Are you using Gradle Plugin org.jetbrains.grammarkit? This feature is not supported by the Gradle plugin. See the following note from the documentation:The plugin does not support two-pass generati...
社区
IntelliJ IDEA Open API and Plugin Development
When using Grammer-Kit to generate parser code for a custom language plugin developed in Kotlin, it reports an error saying that it can't find a method in the class corresponding to psiImplUtilClass.
0 票
下一页
›
最后
»