主页
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年10月14日 04:52
Argh, I should've thought of that myself. Thanks, Yann Cebron That helped. I'll make the changes you proposed, thanks for looking.
社区
IntelliJ IDEA Open API and Plugin Development
How to diagnose UI freezes
0 票
创建于
2022年10月12日 10:02
Nobody? I can't be the only one with this problem. I don't ask for a solution, just for advice how to get there (although a solution would be nice...). The code is here: https://gitlab.com/ppiag/in...
社区
IntelliJ IDEA Open API and Plugin Development
How to diagnose UI freezes
0 票
创建于
2022年10月07日 11:42
You may be able to do this using ApplicationStarter but you'd need to write a custom plugin. You can also check https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.h...
社区
IntelliJ IDEA Open API and Plugin Development
Execute IntelliJ Indexing Programmatically
0 票
创建于
2022年05月31日 07:37
Hi Karol, That's great. Java 11 is enough for me for now. I may switch at some point when 2022.2 is established. Thanks for the quick response.
社区
IntelliJ IDEA Open API and Plugin Development
Recommendations for upgrading to Java 17 for 2022.2
0 票
创建于
2022年05月10日 17:15
Thanks for the quick response. That worked great! For future reference: I had to check the type of the ElementDescriptionLocation. If it's UsageViewTypeLocation it's the type shown (in the screensh...
社区
IntelliJ IDEA Open API and Plugin Development
Name / description of element not shown in usage dialog when using custom FindUsagesHandler
0 票
已编辑于
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 票
«
第一页
‹
上一页
下一页
›
最后
»