主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
H Raven
活动总数
99
最后的活动
2024年07月02日 07:32
成员加入日期
2018年10月19日 19:01
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
22
活动概览
帖子(19)
评论(50)
按最近的活动排序
最近的活动
投票数
已编辑于
2022年11月03日 13:08
class GdRootContributor : CompletionContributor() { override fun fillCompletionVariants(parameters: CompletionParameters, result: CompletionResultSet) { result.addElement(LookupElementBuil...
社区
IntelliJ IDEA Open API and Plugin Development
Completion contributor hard-coded trims '@'
0 票
已编辑于
2022年11月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Reference Contributor
0 票
创建于
2022年10月06日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Formatter NoneIndent
0 票
已编辑于
2022年10月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Formatter NoneIndent
0 票
创建于
2022年10月02日 08:23
Does anyone have at least an idea, why formatter would force 8 spaces, even when all blocks have NoneIndent?
社区
IntelliJ IDEA Open API and Plugin Development
Formatter NoneIndent
0 票
创建于
2022年09月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Formatter NoneIndent
0 票
创建于
2022年09月30日 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();
社区
IntelliJ IDEA Open API and Plugin Development
Formatter NoneIndent
0 票
创建于
2022年09月22日 10:27
Yes, thats what I needed, thank you.
社区
IntelliJ IDEA Open API and Plugin Development
TypeScript resolve referenced Interface
0 票
创建于
2022年09月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot resolve extended Interface of PsiElement
0 票
创建于
2018年10月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
CustomLanguageHint - Parameter hint
0 票
«
第一页
‹
上一页