mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-89061 Prefix match should be preferred over middle match when suggesting variable names
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import java.util.*;
|
||||
|
||||
class BarGoo {}
|
||||
|
||||
class Foo {
|
||||
{
|
||||
Map<BarGoo, StringBuilder> goos;
|
||||
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user