mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
complete siblings of statically imported fields, too (java)
This commit is contained in:
@@ -883,7 +883,7 @@ public class JavaCompletionUtil {
|
||||
}
|
||||
}
|
||||
|
||||
JavaGlobalMemberNameCompletionContributor.completeStaticMembers(element).processMethodsOfRegisteredClasses(matcher, new Consumer<LookupElement>() {
|
||||
JavaGlobalMemberNameCompletionContributor.completeStaticMembers(element).processMembersOfRegisteredClasses(matcher, new Consumer<LookupElement>() {
|
||||
@Override
|
||||
public void consume(LookupElement element) {
|
||||
set.add(element);
|
||||
|
||||
Reference in New Issue
Block a user