Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Serhii Kachan
Total activity
47
Last activity
March 13, 2023 12:54
Member since
October 17, 2022 14:28
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
10
Activity overview
Posts (10)
Comments (27)
Sort by recent activity
Recent activity
Votes
Created
October 26, 2022 12:45
Yes, I tried that as well, however with .findAll();But it always returns me empty collection
Community
IntelliJ IDEA Open API and Plugin Development
How to check whether element ever referenced by custom reference
0 votes
Edited
October 26, 2022 11:56
Karol LewandowskiTried to implement this, but I don't get how to complete my validation... In my case it should return true if any reference leads to my element (please see comment in the code): pu...
Community
IntelliJ IDEA Open API and Plugin Development
How to check whether element ever referenced by custom reference
0 votes
Created
October 25, 2022 19:38
Karol LewandowskiIt worked like a charm, thank you so much for help provided. Topic can be closed ;)
Community
IntelliJ IDEA Open API and Plugin Development
Get usages in return from referenced element
0 votes
Created
October 25, 2022 13:37
Karol LewandowskiSorry for misleading, let me make my goal clear. So having method call: myObject.translate("this is my step 'text' example"); And resolving method: @Step("this is my step $name exa...
Community
IntelliJ IDEA Open API and Plugin Development
Get usages in return from referenced element
0 votes
Created
October 24, 2022 13:36
Hi Karol LewandowskiI've tried to implement FindUsagesProvider but looks like it requires Custom Language Lexer to be implemented and corresponding dependencies, isn't it?Can't I do this without su...
Community
IntelliJ IDEA Open API and Plugin Development
Get usages in return from referenced element
0 votes
Created
October 22, 2022 18:52
I figured out that I was missing a statement on LightMethodBuilder: builder.setConstructor(true); Now it compiles as expected.
Community
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 votes
Created
October 21, 2022 20:01
Karol Lewandowski It worked instantly, cool!However search by word has limitations because it is compared by equals I suppose. What if I need to search by regexp instead?I looked at method: searchP...
Community
IntelliJ IDEA Open API and Plugin Development
Get usages in return from referenced element
0 votes
Created
October 21, 2022 18:46
Karol LewandowskiOne more question regarding generated psi elements.For a Singleton one of the required parts is private constructor.By default Java provides public no-args constructor.As a result ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 votes
Created
October 21, 2022 13:41
Looked into it - yes that is for sure no enough for my edge cases. Nevermind, I will look for other solutions.
Community
IntelliJ IDEA Open API and Plugin Development
How do I find PsiElements of any type conditionally in a project?
0 votes
Created
October 21, 2022 13:38
It worked, appreciate your help!
Community
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 votes
«
First
‹
Previous
Next
›
Last
»