Zhangwel261717
- 活动总数 28
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
Zhangwel261717 创建了一个帖子, 已回答How 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 创建了一个帖子, 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 创建了一个帖子, 已回答[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 创建了一个帖子, 已回答[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... -
-