mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
show only imported classes in the first completion
This commit is contained in:
-2
@@ -1,5 +1,3 @@
|
||||
import foo.ABCDEFFFFF;
|
||||
|
||||
class Xxx {
|
||||
{
|
||||
if (ABCDEFFFFF<caret>aaa.bbb()) {
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
import foo.Foo;
|
||||
import bar.*;
|
||||
|
||||
class Bar {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user