New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Completion option - insert best guessed arguments #688

Closed
yyoncho opened this Issue Jun 9, 2018 · 1 comment

Comments

Projects
None yet
4 participants
@yyoncho

yyoncho commented Jun 9, 2018

In Eclipse you have two options when completing method arguments - insert parameter names and insert best guessed arguments.

@yyoncho yyoncho changed the title from [Enhancement] insert best guessed arguments to [Enhancement] Completion option - insert best guessed arguments Jun 9, 2018

@gorkem gorkem added the enhancement label Jun 11, 2018

@fbricon fbricon referenced this issue Jun 18, 2018

Closed

Languages Sprint 151 #10075

18 of 26 tasks complete

@fbricon fbricon added this to the End June 2018 milestone Jun 20, 2018

@snjeza snjeza closed this in #704 Jun 25, 2018

@fbricon

This comment has been minimized.

Show comment
Hide comment
@fbricon

fbricon Jun 25, 2018

Contributor

@yyoncho there's now a new java.completion.guessMethodArguments preference : When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.

Contributor

fbricon commented Jun 25, 2018

@yyoncho there's now a new java.completion.guessMethodArguments preference : When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment