java completion: remove irrelevant suggestions after Unresolved:: (IDEA-201798)

to enable chain completion, which only works when there are no other suggestions
This commit is contained in:
peter
2018-11-08 09:22:18 +01:00
parent a8a30a77e4
commit 1c50ca6d08
3 changed files with 30 additions and 3 deletions
@@ -0,0 +1,5 @@
class A {
{
Runnable r = Strings::<caret>
}
}