Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Pope-Liu
Total activity
11
Last activity
May 30, 2023 11:57
Member since
April 10, 2023 08:26
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (3)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
April 26, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
[Custom Language] How to create reference contributor for an element with stub
0 votes
Created
April 11, 2023 10:45
Thanks, it seems that i use the wrong method. StubIndex.getElements() is useful !
Community
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin]How to find the duplicate element
0 votes
Edited
April 11, 2023 10:42
Hi Karol, thank you for your advice. The stubIndex is useful
Community
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin]How to find the duplicate element
0 votes
Created
April 11, 2023 03:11
public static @NotNull List<BjscClass> findClasses(Project project, String javaPackageDesc, String className) { List<BjscClass> result = new ArrayList<>(); Collection<VirtualFile> virtualFile...
Community
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin]How to find the duplicate element
0 votes