Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ralph
Total activity
53
Last activity
February 09, 2022 18:31
Member since
January 12, 2021 15:38
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
12
Activity overview
Posts (12)
Comments (29)
Sort by recent activity
Recent activity
Votes
Edited
January 18, 2022 17:31
Also, I have never had a code completion without that magic string -- am I doing something wrong, or does it work as designed?
Community
IntelliJ IDEA Open API and Plugin Development
How to deal with INTELLIJIDEARULEZZZ in Reference Code Completion?
1 vote
Created
December 08, 2021 14:56
Thanks for your answer, Yann. I know what it is intended for, but WHAT DOES IT MEAN? Does that magic string in MyReference.getVariants() indicate an error in my grammar? Why is it appended to alre...
Community
IntelliJ IDEA Open API and Plugin Development
How to deal with INTELLIJIDEARULEZZZ in Reference Code Completion?
1 vote
Created
February 09, 2022 18:31
Sorry for the confusion, I rewrote my answer a couple of times as I got new information, and the result is not really clear. Thanks for the hint about the CompletionContributor, I could make comple...
Community
IntelliJ IDEA Open API and Plugin Development
Code completion invoked at some positions only
0 votes
Created
February 07, 2022 18:32
Thanks for your suggestion about LegacyCompletionContributor. Regarding the code completion, I streamlined the Psi tree in my grammar, but it still doesn't work. Debugging into LegacyCompletionCon...
Community
IntelliJ IDEA Open API and Plugin Development
Code completion invoked at some positions only
0 votes
Created
February 06, 2022 13:39
Follow-up question: While typing a line, the still incomplete line is often flagged as being erroneous. Is there a solution, e.g., a grammar pattern, to avoid this behavior?
Community
IntelliJ IDEA Open API and Plugin Development
Code completion invoked at some positions only
0 votes
Created
February 02, 2022 16:25
I think I remembered incorrectly. When I created a new project yesterday, everything was working fine without invalidating caches, so I think that issue was merely an artifact of the sandbox.
Community
IntelliJ IDEA Open API and Plugin Development
Seemingly random behavior for Find Usages
0 votes
Created
February 01, 2022 15:37
Thanks, Karol, I can confirm that invalidating caches solved the problem for me. Still, it's slightly surprising, because I first noticed this behavior in a newly created project. I'd assume that ...
Community
IntelliJ IDEA Open API and Plugin Development
Seemingly random behavior for Find Usages
0 votes
Created
January 17, 2022 19:52
Oh yes, of course! I did that to not list all the cases where spacing is 0, but forgot the spacing between \n and lines! Just what I added in my workaround ... OK, I'll fix that. I'm truly sorry...
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Created
January 15, 2022 17:15
BTW, I have several FileIndentOptionsProvider, but not for Xbas99L, and the others all return null for Xbas99L file type.
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Created
January 14, 2022 17:33
Karol, I pushed the entire project, including the example file shown above in examples/.
Community
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 votes
Next
›
Last
»