主页
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月26日 12:45
Yes, I tried that as well, however with .findAll();But it always returns me empty collection
社区
IntelliJ IDEA Open API and Plugin Development
How to check whether element ever referenced by custom reference
0 票
已编辑于
2022年10月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to check whether element ever referenced by custom reference
0 票
创建于
2022年10月25日 19:38
Karol LewandowskiIt worked like a charm, thank you so much for help provided. Topic can be closed ;)
社区
IntelliJ IDEA Open API and Plugin Development
Get usages in return from referenced element
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»