主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Peter Gromov
活动总数
2258
最后的活动
2023年05月09日 12:44
成员加入日期
2008年07月25日 18:59
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
739
活动概览
文章(0)
帖子(3)
评论(1516)
按最近的活动排序
最近的活动
投票数
创建于
2015年05月25日 20:14
LookupElement can have several lookup strings (see getAllLookupStrings method). So you can add another lookup string, that just corresponds to the function name.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年05月26日 07:21
I've never seen this. org.jetbrains.plugins.groovy.lang.lexer.GroovyTokenTypes#mNLS is a whitespace token with a distinct element type, which seems to be preserved in PSI. Maybe the reason is it pa...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年05月26日 09:10
In GroovyParserDefinition.getWhitespaceTokens only TokenType.WHITE_SPACE is returned. mNLS is considered just another token, visible to the parser, with a possibility to have a special PSI wrapper ...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年05月26日 09:26
Yes, you need to handle them in the parser.Stub index is also a kind of file-based index. You will probably need stubs, it's perfectly possible to to use them in whatever file the index processes.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年05月27日 06:10
You need PairedBraceMatcherAdapter (or a simpler PairedBraceMatcher).
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年05月29日 05:10
Please try implementing RenameInputValidator
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年06月23日 12:14
Have you tried TemplatePreprocessor?
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年06月23日 17:00
To me, it looks like just two identifiers: Foo and Bar. Find Usages will split the name of searched entity anyway using StringUtil#getWordsIn, so you will need to have indexed the same words.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年07月19日 21:11
Your parser produced a tree which doesn't correspond to the new document text. It might be caused by incorrect incremental reparse. I'd start debugging in BlockSupportImpl and check how it calls yo...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年07月29日 08:55
Most likely it's some issue with incremental lexer-editor-highlighter update. The only way to tell is to reproduce and debug :(
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
«
第一页
‹
上一页
下一页
›
最后
»