Skip to content

Inconsistent code assist behaviour depending on how it is invoked (partially qualified inner classes) #477

@mauromol

Description

@mauromol

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).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions