You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below are the completion proposals for a typical group of constructors.
When selecting one of the proposals with parameters, Groovy does not offer argument guesses like Java does:
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.
The text was updated successfully, but these errors were encountered:
Below are the completion proposals for a typical group of constructors.
When selecting one of the proposals with parameters, Groovy does not offer argument guesses like Java does:
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.
The text was updated successfully, but these errors were encountered: