Consider the following:
contribute(isScript() & isThisType()) {
property name: 'xyz'
}
/*
* blah blah blah
*/
import java.util.regex.Pattern
def abc = 123
|
Invoking content assist (Ctrl+Space) at | is not showing a proposal for the DSLD-contributed property "xyz".
Consider the following:
Invoking content assist (Ctrl+Space) at
|is not showing a proposal for the DSLD-contributed property "xyz".