Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Konstantyn Diachenko
Total activity
24
Last activity
December 30, 2023 15:37
Member since
May 24, 2022 23:31
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
5
Activity overview
Posts (5)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
June 08, 2023 10:11
Got it, thank you very much!
Community
IntelliJ IDEA Open API and Plugin Development
How to firstly suggest own list of annotations on after typing @ before java field
0 votes
Created
June 08, 2023 10:10
Thank you for response. Will check it later and will describe solution if it is successful.
Community
IntelliJ IDEA Open API and Plugin Development
How to properly create index and avoid IndexNotReadyException
0 votes
Created
June 08, 2023 10:07
Do you mean I need to implement com.intellij.codeInsight.completion.CompletionConfidence?
Community
IntelliJ IDEA Open API and Plugin Development
How to firstly suggest own list of annotations on after typing @ before java field
0 votes
Created
June 06, 2023 09:55
I found the solution in extending of com.intellij.psi.util.proximity.ProximityWeigher class. It allows to set weight of suggestion based on element and location.
Community
IntelliJ IDEA Open API and Plugin Development
How to firstly suggest own list of annotations on after typing @ before java field
0 votes
Created
July 13, 2022 12:44
Yes, I am totally agree with you. In new language syntax there is only 1 syntax change, which I can annotate with error. I quickly checked com.intellij.lang.java.parser.JavaParserUtil#getLanguageLe...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language with several not backward-compatible versions of syntax
0 votes
Created
June 29, 2022 17:34
Hi Andrey Starovoyt, thank you for your response. I have some questions regarding your suggested options: Regarding option 1: Do you mean to create some template language to match only XML attrib...
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight escaped symbols for injected language into xml attribute value
0 votes
Created
June 28, 2022 13:35
Hi Karol Lewandowski, I am sorry for tagging you directly. You helped me last time with syntax highlighting for my custom injected language (https://intellij-support.jetbrains.com/hc/en-us/communit...
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight escaped symbols for injected language into xml attribute value
0 votes
Created
May 26, 2022 10:42
Wow, that was easy. It works now. Thank you very much! Have a good day.
Community
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting for injected language into XML attribute value is not working
0 votes
Created
May 26, 2022 09:35
Hi Karol Lewandowski, thank you for the quick response. I had this change locally. Pushed it to branch: https://github.com/aemtools/aemtools/tree/jcr_language_highlighting_issue.
Community
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting for injected language into XML attribute value is not working
0 votes
Created
May 25, 2022 15:20
Yann Cebron, thank you for the quick response. No, the main issue is that syntax highlighting for my custom language which is injected into XML attribute value is not working. Instead of my languag...
Community
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting for injected language into XML attribute value is not working
0 votes