mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
in completion usage recency, less is better
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public class Foo {
|
||||
|
||||
void foo(Zoo z) {
|
||||
z.<caret>
|
||||
}
|
||||
}
|
||||
|
||||
class Zoo {
|
||||
void setText() {}
|
||||
void setOurText() {}
|
||||
}
|
||||
Reference in New Issue
Block a user