主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Konstantyn Diachenko
活动总数
24
最后的活动
2023年12月30日 15:37
成员加入日期
2022年05月24日 23:31
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
5
活动概览
帖子(5)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2023年06月08日 10:11
Got it, thank you very much!
社区
IntelliJ IDEA Open API and Plugin Development
How to firstly suggest own list of annotations on after typing @ before java field
0 票
创建于
2023年06月08日 10:10
Thank you for response. Will check it later and will describe solution if it is successful.
社区
IntelliJ IDEA Open API and Plugin Development
How to properly create index and avoid IndexNotReadyException
0 票
创建于
2023年06月08日 10:07
Do you mean I need to implement com.intellij.codeInsight.completion.CompletionConfidence?
社区
IntelliJ IDEA Open API and Plugin Development
How to firstly suggest own list of annotations on after typing @ before java field
0 票
创建于
2023年06月06日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to firstly suggest own list of annotations on after typing @ before java field
0 票
创建于
2022年07月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language with several not backward-compatible versions of syntax
0 票
创建于
2022年06月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight escaped symbols for injected language into xml attribute value
0 票
创建于
2022年06月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight escaped symbols for injected language into xml attribute value
0 票
创建于
2022年05月26日 10:42
Wow, that was easy. It works now. Thank you very much! Have a good day.
社区
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting for injected language into XML attribute value is not working
0 票
创建于
2022年05月26日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting for injected language into XML attribute value is not working
0 票
创建于
2022年05月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting for injected language into XML attribute value is not working
0 票