Skip to content

Add support for inner type completions on partially-qualified expressions w/o supporting import #461

@eric-milles

Description

@eric-milles

In Java editor, code assist for Map.Ent| results in a proposal for java.util.Map.Entry and application of the proposal adds an import or qualifier (depending on Content Assist preferences). Groovy editor is missing proposals for partially-qualified names like Map.Ent when the supporting type name is not imported (i.e. Map is a bad example for Groovy since java.util is default imported).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions