Skip to content

Missing DSLD code assist proposals at start of non-empty closure block for delegate type #670

@eric-milles

Description

@eric-milles

Consider the following:

some.dsld:

contribute(isScript() & enclosingCallName('foo') & inClosure() & isThisType()) {
  setDelegateType(String)
}

script.groovy:

foo {
  |
  whatever
}

Content assist (Ctrl+Space) at | is missing proposals for the DSLD-supplied delegate type (java.lang.String in this case).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions