主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
zoulejiu
活动总数
53
最后的活动
2022年10月17日 15:33
成员加入日期
2022年01月06日 01:42
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
12
活动概览
帖子(10)
评论(29)
按最近的活动排序
最近的活动
投票数
创建于
2022年03月04日 10:34
The element I want to reference can be referenced, because if my parameter is modified with @Param(), my other expression can be matched. Now all the problems are that my expression has been unable...
社区
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 票
创建于
2022年03月04日 09:23
社区
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 票
创建于
2022年03月04日 09:23
Because I am doing a parameter acquisition test, and now I have not matched the s8 parameter, so the implementation in the method has not been written for the time being
社区
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 票
创建于
2022年03月04日 09:19
I put the mouse cursor on the parameter of s8, and then in the window system environment, I hold down ctrl + left mouse button and click, it will not automatically jump to its reference address
社区
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 票
创建于
2022年03月04日 09:14
Hello Thank you for your patient answer, I have configured it in the xml file, I want to query the parameters of the method, and then implement its reference
社区
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 票
创建于
2022年03月04日 09:01
Hello Here is my code and test code public class MybatisParamReferenceContributor extends PsiReferenceContributor { private static final String CLAZZ_NAME = "org.apache.ibatis.type.JdbcType"; ...
社区
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 票
创建于
2022年03月03日 07:03
Hello I have tested all kinds of elements given by psiview, but I can't locate this parameter. . .
社区
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 票
已编辑于
2022年03月02日 13:31
Hello Here is the psi I got with psiview and my expression private static PsiJavaElementPattern.Capture<PsiParameter> test(){ return PsiJavaPatterns.psiElement(PsiParameter.class).withParent(Ps...
社区
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 票
创建于
2022年03月02日 10:05
HelloI use PsiParameterPattern or change the expression to PsiParameter but still can't match this parameter, I am confused, how to write
社区
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 票
创建于
2022年03月01日 13:57
thanks, i will try
社区
IntelliJ IDEA Open API and Plugin Development
Language injection PsiElement acquisition
0 票
«
第一页
‹
上一页
下一页
›
最后
»