Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Simon Stratmann
Total activity
165
Last activity
March 12, 2024 09:23
Member since
September 06, 2018 06:41
Following
0 users
Followed by
0 users
Votes
13
Subscriptions
47
Activity overview
Posts (40)
Comments (65)
Sort by recent activity
Recent activity
Votes
Edited
May 10, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Name / description of element not shown in usage dialog when using custom FindUsagesHandler
0 votes
Created
May 02, 2022 17:00
ReferenceUsage doesn't extend UsageInfo. Extending it would clash with UsageInFile. I can give it a try though.
Community
IntelliJ IDEA Open API and Plugin Development
Name / description of element not shown in usage dialog when using custom FindUsagesHandler
0 votes
Created
May 02, 2022 15:53
https://gitlab.com/-/snippets/2310413
Community
IntelliJ IDEA Open API and Plugin Development
Name / description of element not shown in usage dialog when using custom FindUsagesHandler
0 votes
Created
May 02, 2022 15:22
if (referencedElement.getLanguage() != JavaLanguage.INSTANCE) { return; } final UsageDataProvider dataProvider = ReadAction.compute(referencedElement::getProject).getServic...
Community
IntelliJ IDEA Open API and Plugin Development
Name / description of element not shown in usage dialog when using custom FindUsagesHandler
0 votes
Created
April 06, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Grouping results of CustomUsageSearcher
0 votes
Created
April 05, 2022 15:34
Thank you, Yann Cebron!
Community
IntelliJ IDEA Open API and Plugin Development
Restarting inlay hints provider
0 votes
Created
April 04, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Grouping results of CustomUsageSearcher
0 votes
Edited
April 04, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Grouping results of CustomUsageSearcher
0 votes
Edited
April 04, 2022 07:34
Hi Karol, sure, thank you. My CustomUsageSearcher: public void processElementUsages(@NotNull PsiElement element, @NotNull Processor<? super Usage> processor, @NotNull FindUsagesOptions options) { ...
Community
IntelliJ IDEA Open API and Plugin Development
Grouping results of CustomUsageSearcher
0 votes
Edited
March 29, 2022 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
Community
IntelliJ IDEA Open API and Plugin Development
"Action is not performed because target component is not showing"
0 votes
«
First
‹
Previous
Next
›
Last
»