mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
IDEA-62053 Smart completion should suggest "public static final members" of any class
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ public class JavaStaticMemberTypeIndex extends StringStubIndexExtension<PsiMembe
|
||||
return JavaStubIndexKeys.JVM_STATIC_MEMBERS_TYPES;
|
||||
}
|
||||
|
||||
public Collection<PsiMember> getStaticMembers(final String shortTypeText, final Project project, @NotNull final GlobalSearchScope scope) {
|
||||
public Collection<PsiMember> getStaticMembers(@NotNull final String shortTypeText, final Project project, @NotNull final GlobalSearchScope scope) {
|
||||
return super.get(shortTypeText, project, new JavaSourceFilterScope(scope));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user