Skip to content

Add support for code select of anonymous inner class type name #653

@eric-milles

Description

@eric-milles

Consider the following

def runner = new java.lang.Runnable() {
  void run() {
  }
}

Code select (Ctrl+click or F2 or F3) or hover on package "java", package "lang" and type "Runnable" should be supported. Also, type may be partially-qualified (like "Map.Entry") or unqualified.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions