Skip to content

DSLD completion proposals are missing or duplicated #1531

@eric-milles

Description

@eric-milles

Consider the following:

class C {
  @Delegate List<String> strings
}
new C().x

Completion proposals for "x" include "indexOf" and "lastIndexOf" but the DSLD value-add is missing. If "x" is "i" then "indexOf" and others are duplicated in the list (within the same source unit as C).

image

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions