Skip to content

Add support for argument guessing in constructor completions #455

@eric-milles

Description

@eric-milles

Below are the completion proposals for a typical group of constructors.
contentassist

When selecting one of the proposals with parameters, Groovy does not offer argument guesses like Java does:
javacontentassistcompletion3

NOTE: ConstructorCompletionProcessor, GroovyCompletionProposalComputer, et al. do not fill in the extended context required by GroovyJavaMethodCompletionProposal to enable argument guessing. StatementAndExpressionCompletionProcessor handles this for the method completion case.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions