主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Pope-Liu
活动总数
11
最后的活动
2023年05月30日 11:57
成员加入日期
2023年04月10日 08:26
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
4
活动概览
帖子(3)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2023年04月26日 11:45
Hi karol, Yes, the PsiNameIdentifierOwner is an interface, but the tutorial i need to create an abstract class to implement it. in the reference contributor tutorial, i add the "mixin" to my code...
社区
IntelliJ IDEA Open API and Plugin Development
[Custom Language] How to create reference contributor for an element with stub
0 票
创建于
2023年04月11日 10:45
Thanks, it seems that i use the wrong method. StubIndex.getElements() is useful !
社区
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin]How to find the duplicate element
0 票
已编辑于
2023年04月11日 10:42
Hi Karol, thank you for your advice. The stubIndex is useful
社区
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin]How to find the duplicate element
0 票
创建于
2023年04月11日 03:11
public static @NotNull List<BjscClass> findClasses(Project project, String javaPackageDesc, String className) { List<BjscClass> result = new ArrayList<>(); Collection<VirtualFile> virtualFile...
社区
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin]How to find the duplicate element
0 票