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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user