主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Serhii Kachan
活动总数
47
最后的活动
2023年03月13日 12:54
成员加入日期
2022年10月17日 14:28
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
10
活动概览
帖子(10)
评论(27)
按最近的活动排序
最近的活动
投票数
创建于
2022年10月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get usages in return from referenced element
0 票
创建于
2022年10月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get usages in return from referenced element
0 票
创建于
2022年10月22日 18:52
I figured out that I was missing a statement on LightMethodBuilder: builder.setConstructor(true); Now it compiles as expected.
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 票
创建于
2022年10月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get usages in return from referenced element
0 票
创建于
2022年10月21日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 票
创建于
2022年10月21日 13:41
Looked into it - yes that is for sure no enough for my edge cases. Nevermind, I will look for other solutions.
社区
IntelliJ IDEA Open API and Plugin Development
How do I find PsiElements of any type conditionally in a project?
0 票
创建于
2022年10月21日 13:38
It worked, appreciate your help!
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 票
创建于
2022年10月21日 12:39
Karol LewandowskiOh sorry, this builder is a wrapper for LightMethodBuilder: public class MethodBuilder { private final LightMethodBuilder builder; private MethodBuilder(PsiManager manager, S...
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 票
创建于
2022年10月21日 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 ==...
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 票
创建于
2022年10月20日 08:16
Yann CebronTried many times - unfortunately, unsuccessfully ;(
社区
IntelliJ IDEA Open API and Plugin Development
java.io.IOException: Broken index maps: trigrams empty true users empty false paths empty false
0 票
«
第一页
‹
上一页
下一页
›
最后
»