prefer lookup items with shorter tail text (e.g. List#add(element) without index)

This commit is contained in:
peter
2017-02-01 09:22:50 +01:00
parent 78a429b4bf
commit 07e1a72077
5 changed files with 19 additions and 7 deletions
@@ -0,0 +1,5 @@
public class Usage {
void foo(java.util.List<String> l){
l.ad<caret>
}
}