Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Afaqa
Total activity
33
Last activity
September 02, 2022 14:40
Member since
August 08, 2021 16:15
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
8
Activity overview
Posts (7)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
August 15, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Completion Contributor
0 votes
Edited
August 13, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Auto-closing braces in a custom language, BraceMatcher not working
0 votes
Created
August 05, 2022 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.
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Created
August 03, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Created
August 02, 2022 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!
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Created
August 02, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Created
August 01, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Created
August 01, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Created
August 01, 2022 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,...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Contributor Implementation
0 votes
Created
July 29, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Support Token Separation
0 votes
«
First
‹
Previous