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:
peter
2015-10-24 23:42:27 +02:00
parent adc3e717f7
commit 6694afe5b8
3 changed files with 47 additions and 6 deletions
@@ -0,0 +1,7 @@
public class MainClass1 {
void foo(String xaString, java.util.Map xzMap){
x<caret>.put(1, 2)
}
}