主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Afaqa
活动总数
33
最后的活动
2022年09月02日 14:40
成员加入日期
2021年08月08日 16:15
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
8
活动概览
帖子(7)
评论(13)
按最近的活动排序
最近的活动
投票数
创建于
2022年08月15日 20:22
Yann Cebron I understand what you are saying, but I think tweaking ElementPatterns won't affect how intellij interprets my current position in code. I have another language plugin on the side as a ...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Completion Contributor
0 票
已编辑于
2022年08月13日 14:07
I'm facing the same issue, basically the same code as yours but none of the braces (i.e {, (, [) get completion and isPairedBracesAllowedBeforeType doesn't get invoked at all. Does it have any prer...
社区
IntelliJ IDEA Open API and Plugin Development
Auto-closing braces in a custom language, BraceMatcher not working
0 票
创建于
2022年08月05日 03:01
Oh, I think you are right, I just thought I was doing something wrong when that was happening. It's not mandatory for right brace to behave like that at all.
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 票
创建于
2022年08月03日 21:07
Karol Lewandowski Sorry for bothering again, I abstained from starting a new post (maybe it wasn't a good idea but still). So after your clarifications I managed to get a better psi tree but there...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 票
创建于
2022年08月02日 12:14
Karol Lewandowski Thank you so much. I have read the documentation but I thought pin and recovery where only for error handling but with your example everything is clear now, thank you yet again!
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 票
创建于
2022年08月02日 11:39
Karol Lewandowski Thanks, now I understand what I have to do. Can I ask one last question? So when I view the structure from PsiViewer in kotlin files, the thing I noticed is: if I am standing ins...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 票
创建于
2022年08月01日 15:19
Karol Lewandowski I tried to do what you told me, however as expected it only changed the text of the LeafPsiElement, I'm adding a screenshot of the state of execution. This is where all the confu...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 票
创建于
2022年08月01日 14:58
Karol Lewandowski Okay I'm gonna see into that, but can you explain why this happens in my case? Am I missing something or do I have to do something else so that the exact token is the current elem...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 票
创建于
2022年08月01日 14:37
Karol Lewandowski I tried to invoke completion in two places: 1. when I'm beginning to type in file cl and here I was expecting to have class keyword to popup (so the caret position is basically 0,...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 票
创建于
2022年07月29日 12:06
Karol Lewandowski Thank you for the response, to clarify: by "normally" you mean just return whitespace token when lexer encounters whitespace and then define space requiring tokens with a definiti...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Token Separation
0 票
«
第一页
‹
上一页