主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
KronicDeth
Creator of the IntelliJ Elixir plugin
活动总数
146
最后的活动
2022年10月13日 15:10
成员加入日期
2014年10月30日 01:35
关注
0 名用户
关注者数
1 名用户
投票数
11
订阅数
47
活动概览
帖子(32)
评论(56)
按最近的活动排序
最近的活动
投票数
创建于
2017年10月29日 20:45
My PsiReference#getVariants had a similar problem - they were taking too long to complete. I started to manually filter their results BEFORE making LookupElements and it sped up the response even ...
社区
IntelliJ IDEA Open API and Plugin Development
CompletionContributor responsiveness
0 票
创建于
2017年08月31日 20:10
PairedBraceMatcher only works to insert a hard-coded set of potential braces if you debug the code that calls them. Elixir doesn't have `begin` `end`, but it does have `do` `end` pair. To get `en...
社区
IntelliJ IDEA Open API and Plugin Development
Auto insert of matching braces?
0 票
创建于
2017年08月16日 00:55
It communicates using a TCP socket from the JVM to the BEAM (Erlang VM) that Elixir runs in. In the BEAM it uses the built-in debugging libraries for Erlang, which also work for Elixir.
社区
IntelliJ IDEA Open API and Plugin Development
Debugger for custom language plugin
0 票
创建于
2017年08月13日 04:46
This was the PR that added line break debugging to the Elixir plugin https://github.com/KronicDeth/intellij-elixir/pull/643
社区
IntelliJ IDEA Open API and Plugin Development
Debugger for custom language plugin
0 票
创建于
2017年02月05日 22:32
For the 2nd approach, I'm not really sure how to do the left rules since the start of stab matches matchExpression, which has to be the way it is to trigger the Pratt Parser detection. Could you e...
社区
IntelliJ IDEA Open API and Plugin Development
Speeding up negative look-ahead with GrammarKit-based parsers
0 票
创建于
2016年12月28日 07:02
I have the syntax highlighting working using the syntax highlighter, but as you probably know, the syntax highlighter only handles highlighting lexer tokens.<syntaxHighlighter key="BEAM" factoryCla...
社区
IntelliJ IDEA Open API and Plugin Development
Parsing decompiled source using target language's extensions
0 票
创建于
2016年11月29日 13:59
Irina, the reporting user (https://github.com/kostonstyle) didn't leave the version of IDE that they are using and they haven't responded since opening the bug 24 days ago, so I'm not sure if it wa...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to get stub builder for com.jetbrains.jsonSchema.JsonSchemaFileType
0 票
创建于
2016年11月19日 23:47
Looping on `getRunningProcesses().length == 0` did not work. It got stuck; however, I know in the debugger that a process does eventually get spawned, but only once the body of the test method ret...
社区
IntelliJ IDEA Open API and Plugin Development
Testing RunConfigurationProvider and ModuleBasedConfiguration subclass
0 票
已编辑于
2016年09月04日 21:46
I was doing dot-driven-debugging, looking for other methods to call on myFixture and saw there was getCompletionVariants. Looking at it's actual implementation, it looks like if the lookup would on...
社区
IntelliJ IDEA Open API and Plugin Development
LightPlatformCodeInsightFixtureTestCase myFixture.getLookup returns null, but lookup appears in editor itself
0 票
创建于
2016年09月03日 18:16
I also use that pattern in my GotoSymbolContributor.getNames too. Should I be checking the names exists for GoToSymbols too? If I should be checking the names too, it would also be a bug in intel...
社区
IntelliJ IDEA Open API and Plugin Development
StubIndex persisting between test runs leading to incorrect completions
0 票
«
第一页
‹
上一页
下一页
›
最后
»