主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Simon Stratmann
活动总数
165
最后的活动
2024年03月12日 09:23
成员加入日期
2018年09月06日 06:41
关注
0 名用户
关注者数
0 名用户
投票数
13
订阅数
47
活动概览
帖子(40)
评论(65)
按最近的活动排序
最近的活动
投票数
已编辑于
2022年05月10日 16:18
Hi Yann Cebron, that doesn't work for me. I'd have to extend UsageInfo but I don't have any PsiElement that represents the usage. The "usage" is actually an external file. The whole system around U...
社区
IntelliJ IDEA Open API and Plugin Development
Name / description of element not shown in usage dialog when using custom FindUsagesHandler
0 票
创建于
2022年05月02日 17:00
ReferenceUsage doesn't extend UsageInfo. Extending it would clash with UsageInFile. I can give it a try though.
社区
IntelliJ IDEA Open API and Plugin Development
Name / description of element not shown in usage dialog when using custom FindUsagesHandler
0 票
创建于
2022年05月02日 15:53
https://gitlab.com/-/snippets/2310413
社区
IntelliJ IDEA Open API and Plugin Development
Name / description of element not shown in usage dialog when using custom FindUsagesHandler
0 票
创建于
2022年05月02日 15:22
if (referencedElement.getLanguage() != JavaLanguage.INSTANCE) { return; } final UsageDataProvider dataProvider = ReadAction.compute(referencedElement::getProject).getServic...
社区
IntelliJ IDEA Open API and Plugin Development
Name / description of element not shown in usage dialog when using custom FindUsagesHandler
0 票
创建于
2022年04月06日 14:08
If anybody else by any chance finds this threads and wonders (like me) how to show a preview: I let my Usage implement UsageProvider and return this: @Override public @Nullable Object getDat...
社区
IntelliJ IDEA Open API and Plugin Development
Grouping results of CustomUsageSearcher
0 票
创建于
2022年04月05日 15:34
Thank you, Yann Cebron!
社区
IntelliJ IDEA Open API and Plugin Development
Restarting inlay hints provider
0 票
创建于
2022年04月04日 14:11
Yaaaay I got it working! The problem was that `de.sist.tph.intellij.breakingapi.nativeusage.ReferenceUsage#getFile` always returned a new instance of VirtualFile. I replaced that with a constant an...
社区
IntelliJ IDEA Open API and Plugin Development
Grouping results of CustomUsageSearcher
0 票
已编辑于
2022年04月04日 13:50
That didn't help. Neither method is actually called. I also already tried using constants for the groups which didn't help either. I think the problem is related to `com.intellij.usages.impl.GroupN...
社区
IntelliJ IDEA Open API and Plugin Development
Grouping results of CustomUsageSearcher
0 票
已编辑于
2022年04月04日 07:34
Hi Karol, sure, thank you. My CustomUsageSearcher: public void processElementUsages(@NotNull PsiElement element, @NotNull Processor<? super Usage> processor, @NotNull FindUsagesOptions options) { ...
社区
IntelliJ IDEA Open API and Plugin Development
Grouping results of CustomUsageSearcher
0 票
已编辑于
2022年03月29日 13:36
Happens starting my plugin using `221.5080.56-EAP-SNAPSHOT`. Can't test it with today's build: https://youtrack.jetbrains.com/issue/IDEA-291192
社区
IntelliJ IDEA Open API and Plugin Development
"Action is not performed because target component is not showing"
0 票
«
第一页
‹
上一页
下一页
›
最后
»