mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-114256 Completion popup should prefer option without prefix
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class FooBar {
|
||||
void foo(FooBar _fooBar) {
|
||||
void foo(FooBar _fooBar, FooBar fooBar) {
|
||||
fb<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user