Skip to content

Fix auto completion and code navigation for script containing class that extends Script #1503

@eric-milles

Description

@eric-milles

Consider the following:

abstract class Something extends Script {
  protected Something(Binding binding) {
    super(binding)
  }
}
//@groovy.transform.BaseScript Something something
def foo = "bar baz"
println "whatever"

The script body code is highlighted properly, but code hover/navigation and auto-completion suggestions are not available.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions