Consider the following:
some.dsld:
contribute(isScript() & enclosingCallName('foo') & inClosure() & isThisType()) {
setDelegateType(String)
}
script.groovy:
Content assist (Ctrl+Space) at | is missing proposals for the DSLD-supplied delegate type (java.lang.String in this case).
Consider the following:
some.dsld:
script.groovy:
foo { | whatever }Content assist (Ctrl+Space) at
|is missing proposals for the DSLD-supplied delegate type (java.lang.Stringin this case).