Skip to content

Add completion support for new pattern attribute of Newify AST transform #593

@eric-milles

Description

@eric-milles

New in Groovy 2.5:

import groovy.transform.*

class Transforms {
  @Newify(pattern=/Hash.*/)
  void meth() {
    HashS|
  }
}

Code complete (Ctrl-Space) at | should include suggestions for HashSet constructors similar to case for @Newify(HashSet)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions