Zhangwel261717
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Zhangwel261717 created a post, AnsweredHow get I get PsiElement instance for specified testData's code file into junit test?
Hello, I'm writing a codegen Intellij IDEA Plugin and I want to test my plugin whether it parse code correctly. My project folder structure: └── src ├── main │ ├── kotlin │ └── reso... -
Zhangwel261717 created a post, What is the correct way to get the generics as PsiType of a PsiType?
Hi! There is a PsiType, which I want to get its generics type as PsiType: java.util.Map<java.lang.String, java.util.List<java.lang.Long>> But I have no idea how can I get the generic type as PsiTy... -
Zhangwel261717 commented, -
-
-
-
Zhangwel261717 created a post, Answered[Intellij IDEA Plugin Development]How to force return in AnAction?
Hello! I am developing an IDEA Plugin. My AnAction has to check some preconditions and if not match any preconditions, the AnAction will force return and exit. The code like this: class MyAction : ... -
Zhangwel261717 created a post, Answered[Intellij IDEA Plugin Development] What's correct way to mark a PsiElement?
Hello! I'm writing a codegen IDEA Plugin. I have no idea how to put a custom data into a PsiElement. By putting custom data into PsiElement, I can know that which PsiFile is generated by my written... -
-