Found while verifying #461 and probably related to #411.
If I type: Map. => (pause) => Ent and then look at the list of suggestions (which opens automatically in this case, because I have Java | Editor | Content Assist | Enable Auto Activation option checked), Map.Entry is not available.
If, instead, I start from: Map.Ent (being the suggestion list closed) and hit Ctrl+Space, Map.Entry is completed correctly (being the only applicable suggestion, so no list is needed).
Found while verifying #461 and probably related to #411.
If I type:
Map.=> (pause) =>Entand then look at the list of suggestions (which opens automatically in this case, because I have Java | Editor | Content Assist | Enable Auto Activation option checked),Map.Entryis not available.If, instead, I start from:
Map.Ent(being the suggestion list closed) and hit Ctrl+Space,Map.Entryis completed correctly (being the only applicable suggestion, so no list is needed).