主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gtchaboussie
活动总数
75
最后的活动
2023年04月07日 14:50
成员加入日期
2021年07月30日 16:40
关注
0 名用户
关注者数
0 名用户
投票数
11
订阅数
15
活动概览
帖子(14)
评论(35)
按最近的活动排序
最近的活动
投票数
创建于
2022年03月25日 13:54
Hi Karol, thanks a lot for your answer, and sorry for my late reply. I can't make it work so far. I think i tried most solutions i found on forums to add the groovy dependency in tests. I did and u...
社区
IntelliJ IDEA Open API and Plugin Development
Inferred type is null even if it shows in the IDE in tests
0 票
创建于
2022年02月28日 11:20
Thanks. I'll look into this. I started to figure that there would be no easy way to do this. I'll come back and post my solution if i manage one :)
社区
IntelliJ IDEA Open API and Plugin Development
Access methods of PsiVariable object representation
0 票
创建于
2022年02月28日 10:04
you have a variable "it" and your plugin at <caret> position knows its type is GenericValue - so you know the type (PsiType) of "it" variable, correct? => Yes, that's done in a pattern (from an o...
社区
IntelliJ IDEA Open API and Plugin Development
Access methods of PsiVariable object representation
0 票
创建于
2022年02月26日 11:47
Hi Karol, thanks a lot for your answer. I don't think i understand it, how would a PsiMethod from the class would give the result from the it instance it.getEntityName() that i'm trying to emulate ...
社区
IntelliJ IDEA Open API and Plugin Development
Access methods of PsiVariable object representation
0 票
创建于
2022年02月24日 18:34
So i managed to make it work, like so : public static final PsiElementPattern GENERIC_VALUE_ATTRIBUTE = PlatformPatterns.psiElement().andOr( PlatformPatterns.psiElement().afterLeafSkipping( ...
社区
IntelliJ IDEA Open API and Plugin Development
How to get the type of a variable in a pattern
0 票
创建于
2022年02月08日 14:24
Hi, thanks for your answer. I think i get the big picture, but i have little to no kotlin skills.I will try an keep you updated.Thanks again for your answer !
社区
IntelliJ IDEA Open API and Plugin Development
How to get the type of a variable in a pattern
0 票
创建于
2021年09月24日 06:40
It is : interface ServiceDefFile extends DomElement { @SubTagList("service") List<Service> getServices() interface Service extends DomElement { @NameValue @Stubbed @At...
社区
IntelliJ IDEA Open API and Plugin Development
UsageProvider in a large framework for different filetypes
0 票
创建于
2021年09月23日 15:35
This would have been my thought, but it doesn't work : References towards définition works, but not the find usages : Here is the code i tried : package org.apache.ofbiz.reference.usagesimport co...
社区
IntelliJ IDEA Open API and Plugin Development
UsageProvider in a large framework for different filetypes
0 票
创建于
2021年09月22日 08:52
It worked, thanks a lot !
社区
IntelliJ IDEA Open API and Plugin Development
Plugin tries to cast a PsiJavaFileImpl into a XmlFile
0 票
创建于
2021年09月21日 09:20
Sorry for late answer, we've started fresh on a new structure, but the problem remains.We dit it in groovy this time, and i got the same cast error with component file. // the error is thrown in th...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin tries to cast a PsiJavaFileImpl into a XmlFile
0 票
«
第一页
‹
上一页