主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Prihod
活动总数
43
最后的活动
2024年07月08日 19:40
成员加入日期
2018年07月24日 23:53
关注
0 名用户
关注者数
0 名用户
投票数
7
订阅数
11
活动概览
帖子(10)
评论(15)
按最近的活动排序
最近的活动
投票数
已编辑于
2023年11月16日 12:43
I want my code to be executed when the cursor is inside a tag [[~10]] near a number and Ctrl + Space is pressed. But this doesn't happen withextend(CompletionType.BASIC, PlatformPatterns.psiElement...
社区
IntelliJ IDEA Open API and Plugin Development
Completion does not work for custom language
0 票
创建于
2023年10月27日 18:20
In general, I removed the automatic message via com.intellij.codeInsight.highlighting#HighlightErrorFilterBut to what extent is this decision correct?
社区
IntelliJ IDEA Open API and Plugin Development
How can I change the default error annotation text for my language?
0 票
已编辑于
2023年10月26日 18:26
Grammar element names can be customized with name modifier:But this does not allow you to replace the entire text, but only the name for the token. Lexer.flexParser.bnf Now the text that the arrow ...
社区
IntelliJ IDEA Open API and Plugin Development
How can I change the default error annotation text for my language?
0 票
已编辑于
2023年10月04日 12:27
Note that, if you're implementing a custom language, it won't by default support references registered through PsiReferenceContributor. If you want to support that, you need to call com.intellij.ps...
社区
IntelliJ IDEA Open API and Plugin Development
Registering reference providers for SMARTY_FRAGMENT
0 票
创建于
2023年10月03日 13:24
I tried to get STRING_LITERAL like this registrar.registerReferenceProvider(PlatformPatterns .psiElement(SmartyTokenTypes.STRING_LITERAL) .withParent(Plat...
社区
IntelliJ IDEA Open API and Plugin Development
Registering reference providers for SMARTY_FRAGMENT
0 票
已编辑于
2023年10月02日 21:23
In PSI Viewer i found that this PsiElement(SMARTY_FRAGMENT) But for some reason I can’t get PsiElement {'tpl' | chunk} in getReferencesByElementregistrar.registerReferenceProvider(PlatformPatterns....
社区
IntelliJ IDEA Open API and Plugin Development
Registering reference providers for SMARTY_FRAGMENT
0 票
创建于
2023年09月27日 18:13
Thanks Karol Lewandowski, I used com.intellij.openapi.paths.WebReference
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference external URI
0 票
已编辑于
2023年09月20日 21:44
If I use com.jetbrains.php.config.library.PhpLibraryRootProviderthe files are not visible in “External Libraries”, although they are indexed. I did it like thisPath path = getOrCreateVersionPath(ve...
社区
IntelliJ IDEA Open API and Plugin Development
phpstorm Dynamically creating an external library
0 票
创建于
2018年07月25日 14:57
Спасибо
社区
IntelliJ IDEA Open API and Plugin Development
How to add a wave underlining for a list item
0 票
创建于
2018年07月25日 14:41
Спасибо! А не подскажешь еще как сделать такой вывод сообщения http://prntscr.com/kavnx6Это делается через openapi или просто через JPanel?
社区
IntelliJ IDEA Open API and Plugin Development
How to add a wave underlining for a list item
0 票
«
第一页
‹
上一页