Skip to content

DSLD: missing content assist proposals for isThisType pointcut #786

@eric-milles

Description

@eric-milles

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".

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions