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 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
Created
October 21, 2022 12:39
Karol LewandowskiOh sorry, this builder is a wrapper for LightMethodBuilder: public class MethodBuilder { private final LightMethodBuilder builder; private MethodBuilder(PsiManager manager, S...
Community
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 votes
Created
October 21, 2022 12:11
Karol LewandowskiThank you! I got a bit further.In dropdown menu it really appears but it cannot get resolved actually.I changed my code to this: List<T> emptyResult = new ArrayList<>();if (type ==...
Community
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 votes
Created
October 20, 2022 08:16
Yann CebronTried many times - unfortunately, unsuccessfully ;(
Community
IntelliJ IDEA Open API and Plugin Development
java.io.IOException: Broken index maps: trigrams empty true users empty false paths empty false
0 votes
«
First
‹
Previous
Next
›
Last
»