mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
IDEA-90349 Auto-completion should always prefer exact match
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class Foo {
|
||||
private int size;
|
||||
|
||||
public int size() { return size; }
|
||||
|
||||
public boolean isEmpty() { return size<caret>
|
||||
Reference in New Issue
Block a user