Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
zoulejiu
Total activity
53
Last activity
October 17, 2022 15:33
Member since
January 06, 2022 01:42
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
12
Activity overview
Posts (10)
Comments (29)
Sort by recent activity
Recent activity
Votes
Created
March 04, 2022 09:23
Community
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 votes
Created
March 04, 2022 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
Community
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 votes
Created
March 04, 2022 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
Community
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 votes
Created
March 04, 2022 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
Community
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 votes
Created
March 04, 2022 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"; ...
Community
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 votes
Created
March 03, 2022 07:03
Hello I have tested all kinds of elements given by psiview, but I can't locate this parameter. . .
Community
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 votes
Edited
March 02, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 votes
Created
March 02, 2022 10:05
HelloI use PsiParameterPattern or change the expression to PsiParameter but still can't match this parameter, I am confused, how to write
Community
IntelliJ IDEA Open API and Plugin Development
About PsiJavaElementPattern matching interface method parameters
0 votes
Created
March 01, 2022 13:57
thanks, i will try
Community
IntelliJ IDEA Open API and Plugin Development
Language injection PsiElement acquisition
0 votes
Created
March 01, 2022 12:46
Hello I have implemented the getLanguagesToInject method of MultiHostInjectorI don't know if this is what you said aboveThe xml psi I am getting now is obtained by DomUtils, I want to use getConta...
Community
IntelliJ IDEA Open API and Plugin Development
Language injection PsiElement acquisition
0 votes
«
First
‹
Previous
Next
›
Last
»