mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
prefer completion variants that have a member with the name that's to the right of the caret (IDEA-114115)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
public class MainClass1 {
|
||||
|
||||
void foo(String xaString, java.util.Map xzMap){
|
||||
x<caret>.put(1, 2)
|
||||
}
|
||||
}
|
||||
|
||||
+4
@@ -709,4 +709,8 @@ interface TxANotAnno {}
|
||||
checkPreferredItems 0, 'fun1', 'fun2', 'fun10'
|
||||
}
|
||||
|
||||
public void testPreferVarsHavingReferencedMember() {
|
||||
checkPreferredItems 0, 'xzMap', 'xaString'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user