Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Prihod
Total activity
43
Last activity
July 08, 2024 19:40
Member since
July 24, 2018 23:53
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
11
Activity overview
Posts (10)
Comments (15)
Sort by recent activity
Recent activity
Votes
Edited
November 16, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Completion does not work for custom language
0 votes
Created
October 27, 2023 18:20
In general, I removed the automatic message via com.intellij.codeInsight.highlighting#HighlightErrorFilterBut to what extent is this decision correct?
Community
IntelliJ IDEA Open API and Plugin Development
How can I change the default error annotation text for my language?
0 votes
Edited
October 26, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How can I change the default error annotation text for my language?
0 votes
Edited
October 04, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Registering reference providers for SMARTY_FRAGMENT
0 votes
Created
October 03, 2023 13:24
I tried to get STRING_LITERAL like this registrar.registerReferenceProvider(PlatformPatterns .psiElement(SmartyTokenTypes.STRING_LITERAL) .withParent(Plat...
Community
IntelliJ IDEA Open API and Plugin Development
Registering reference providers for SMARTY_FRAGMENT
0 votes
Edited
October 02, 2023 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....
Community
IntelliJ IDEA Open API and Plugin Development
Registering reference providers for SMARTY_FRAGMENT
0 votes
Created
September 27, 2023 18:13
Thanks Karol Lewandowski, I used com.intellij.openapi.paths.WebReference
Community
IntelliJ IDEA Open API and Plugin Development
PsiReference external URI
0 votes
Edited
September 20, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
phpstorm Dynamically creating an external library
0 votes
Created
July 25, 2018 14:57
Спасибо
Community
IntelliJ IDEA Open API and Plugin Development
How to add a wave underlining for a list item
0 votes
Created
July 25, 2018 14:41
Спасибо! А не подскажешь еще как сделать такой вывод сообщения http://prntscr.com/kavnx6Это делается через openapi или просто через JPanel?
Community
IntelliJ IDEA Open API and Plugin Development
How to add a wave underlining for a list item
0 votes
«
First
‹
Previous