Skip to content

Ctrl triggering of constructor proposal inserts arguments and parentheses #471

@eric-milles

Description

@eric-milles

Selection of a constructor proposal with Ctrl key held down is supposed to insert the name only. Ex: new HashMap() -> new Lin|HashMap() -> Ctrl+Space -> Ctrl+Enter on LinkedHasMap ctor proposal should result in new LinkedHashMap(). Right now it yields new LinkedHashMap()HashMap() (or more depending on argument insertion preferences).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions