Skip to content

Improve completion proposals for type arguments and parameters (aka generics) #949

@eric-milles

Description

@eric-milles

Code completion proposals within generics angle brackets are currently filled with class member and other irrelevant entries. For something like List<S|> there should be proposals for types starting with s and packages (according to rules for case matching) but not proposals for methods, fields, etc.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions