Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
H Raven
Total activity
99
Last activity
July 02, 2024 07:32
Member since
October 19, 2018 19:01
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
22
Activity overview
Posts (19)
Comments (50)
Sort by recent activity
Recent activity
Votes
Edited
November 03, 2022 13:08
class GdRootContributor : CompletionContributor() { override fun fillCompletionVariants(parameters: CompletionParameters, result: CompletionResultSet) { result.addElement(LookupElementBuil...
Community
IntelliJ IDEA Open API and Plugin Development
Completion contributor hard-coded trims '@'
0 votes
Edited
November 02, 2022 17:05
Ah, thank you, it helped me to find a place where to debug from and I've found out my mistake.Element starting with '$' no longer extended PsiNamedElement, which I forgot is required for references...
Community
IntelliJ IDEA Open API and Plugin Development
Reference Contributor
0 votes
Created
October 06, 2022 07:35
Finally solved it today, All I had to do, was to skip that element over multiple lines, when building child blocks, and instead build it from it's children.
Community
IntelliJ IDEA Open API and Plugin Development
Formatter NoneIndent
0 votes
Edited
October 04, 2022 19:41
Ok, I've found the culprit I guess: This SETGET_DECL node does contain both colon at the end of the line and definition on the next line -> so those 8 spaces where just where this block started. B...
Community
IntelliJ IDEA Open API and Plugin Development
Formatter NoneIndent
0 votes
Created
October 02, 2022 08:23
Does anyone have at least an idea, why formatter would force 8 spaces, even when all blocks have NoneIndent?
Community
IntelliJ IDEA Open API and Plugin Development
Formatter NoneIndent
0 votes
Created
September 30, 2022 16:10
I've tried to mess with it a little bit, but still no success. All empty token (WhiteSpace, NewLine, Indent, Dedent) are ignored when building child blocks. I've also changed Lexer, because I thou...
Community
IntelliJ IDEA Open API and Plugin Development
Formatter NoneIndent
0 votes
Created
September 30, 2022 07:32
Yes, unfortunately this is Python like language, where whitespace indents specify code blocks. Valid if/else is like: if true: dosomething();else: somethingelse();outsideOfIf();
Community
IntelliJ IDEA Open API and Plugin Development
Formatter NoneIndent
0 votes
Created
September 22, 2022 10:27
Yes, thats what I needed, thank you.
Community
IntelliJ IDEA Open API and Plugin Development
TypeScript resolve referenced Interface
0 votes
Created
September 20, 2022 07:39
Clear caches and re-import did not help, but I've actually try to run it, and it does not fail, so it's truly just some IDE issue, not the code itself.Source code with example code:https://gitlab.c...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot resolve extended Interface of PsiElement
0 votes
Created
October 26, 2018 17:48
Yes, It helped me to understand it, thank you...today I've finally gave it another try and got it working. Although I must admit it took me a couple of hours for a dumb reason... haven't realized t...
Community
IntelliJ IDEA Open API and Plugin Development
CustomLanguageHint - Parameter hint
0 votes
«
First
‹
Previous