主页
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年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 票
创建于
2016年09月03日 16:00
I get all the variants from outside the file with `StubIndex.getInstance().getAllKeys(AllName.KEY, project)` here
社区
IntelliJ IDEA Open API and Plugin Development
StubIndex persisting between test runs leading to incorrect completions
0 票
创建于
2016年09月02日 03:55
I went with shipping a copy in my own namespace https://github.com/KronicDeth/intellij-elixir/pull/406
社区
IntelliJ IDEA Open API and Plugin Development
Some users of my plugin get java.lang.NoSuchMethodError: com.intellij.lang.parser.GeneratedParserUtilBase.enter_section_
0 票
创建于
2016年09月02日 03:28
I see from the git history (https://github.com/JetBrains/intellij-community/commits/master/platform/lang-impl/src/com/intellij/lang/parser/GeneratedParserUtilBase.java) that the com.intellij.lang.p...
社区
IntelliJ IDEA Open API and Plugin Development
Some users of my plugin get java.lang.NoSuchMethodError: com.intellij.lang.parser.GeneratedParserUtilBase.enter_section_
0 票
创建于
2016年07月27日 12:28
I debugged further the tests and it looks like the PorjectRootManager is null because ProjectRootManager service = ServiceManager.getService(project, ProjectRootManager.class); is null, so now my ...
社区
IntelliJ IDEA Open API and Plugin Development
Setting SDK for ParsingTestCase
0 票
«
第一页
‹
上一页
下一页
›
最后
»