Skip to content

dart editor repeats property name rather than showing type of property #660

Closed
@DartBot

Description

@DartBot

This issue was originally filed by [email protected]


When using code completion in dart editor, for properties it shows the property name twice, rather than showing the property name and the type.

I.e., the code completion list shows this:

title title
text text

rather than:

title String
text String

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions