completion preselection: choose the most relevant among exact prefix items (IDEA-163441)

This commit is contained in:
peter
2016-11-21 16:41:08 +01:00
parent 8c8609b656
commit 53a517d779
3 changed files with 36 additions and 11 deletions
@@ -0,0 +1,6 @@
import pack2.SameNamed;
public class Usage {
private SameNamed<caret> f;
}