主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sargo Tar
活动总数
61
最后的活动
2021年04月28日 16:04
成员加入日期
2020年01月21日 09:58
关注
0 名用户
关注者数
0 名用户
投票数
9
订阅数
17
活动概览
帖子(11)
评论(24)
按最近的活动排序
最近的活动
投票数
已编辑于
2021年03月29日 19:05
setTooltipText shows tooltip when you hover the cursor over the gutter, if there are 5 lines it will just show 5 tag.names or whatever I pass, eliminating lines with the same names. But if use setT...
社区
IntelliJ IDEA Open API and Plugin Development
RelatedItemLineMarkerProvider shows the line itself
0 票
创建于
2021年03月26日 16:18
I started implementing using PsiReferenceProvider, it works only if there is a declaration is in place navigation doesn't work, though MyPsiReferenceProvider is triggered when I open the XML file e...
社区
IntelliJ IDEA Open API and Plugin Development
How to get value from xml element
0 票
已编辑于
2021年03月25日 07:38
Thanks, your suggestion with XmlTag helped to properly define the target, but when I press CTRL + B on an attribute it doesn't lead me to line appropriate line, all I see is a glutter, and if I pre...
社区
IntelliJ IDEA Open API and Plugin Development
How to get value from xml element
0 票
创建于
2021年03月24日 11:46
Not yet sorry, I want to try with another way <dom.fileMetaData implementation="com..." rootTagName="sometag"/> I implemented as well <codeInsight.lineMarkerProvider language="XML" implementationCl...
社区
IntelliJ IDEA Open API and Plugin Development
How to get value from xml element
0 票
已编辑于
2021年03月18日 21:10
Reece Dunn We have data in XML files. I want to implement navigation on these files by clicking on elements (attribute or values), like Number="11" CTRL+B (or other shortcuts) should lead a develop...
社区
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
0 票
创建于
2021年03月18日 19:42
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010542660-How-to-register-findusagesprovider?page=1#community_comment_360002844520
社区
IntelliJ IDEA Open API and Plugin Development
Find usages not calling getWordsScanner
0 票
已编辑于
2021年03月18日 19:49
I was wrong, the method FindUsagesProvider#getType is never called when I press CTRL + B, it is called only when I hold CTRL and move the cursor hover any XML element. I removed my custom language...
社区
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
0 票
创建于
2021年03月18日 17:25
Hi Terence Parr, I have the same situation getWordsScanner() never called. I don't get how you solved your problem. What is the getName method
社区
IntelliJ IDEA Open API and Plugin Development
Find usages not calling getWordsScanner
0 票
已编辑于
2021年03月18日 17:22
Yann Cebron any ideas?
社区
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
0 票
已编辑于
2021年03月17日 21:24
Yes, it works, it is triggered, finally, the solution is to mention order first order="first". But there are two problems 1. It is triggered very rarely, so I need to press Ctrl+B around 5 - 10 tim...
社区
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
0 票
«
第一页
‹
上一页