Skip to content
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

Automatic insertion of required named parameters in completion #2808

Closed
DanTup opened this issue Sep 21, 2020 · 1 comment
Closed

Automatic insertion of required named parameters in completion #2808

DanTup opened this issue Sep 21, 2020 · 1 comment
Labels
in lsp/analysis server Something to be fixed in the Dart analysis server is enhancement
Milestone

Comments

@DanTup
Copy link
Member

DanTup commented Sep 21, 2020

Split from #2693. When completing a function it may be nice to insert a snippet with the required named params.

This might not be possible given the new commit characters support (you'd only expect this to occur when committing with ( for example) but worth investigating.

@DanTup DanTup added is enhancement in lsp/analysis server Something to be fixed in the Dart analysis server labels Sep 21, 2020
@DanTup DanTup added this to the On Deck milestone Sep 21, 2020
@DanTup DanTup modified the milestones: On Deck, v3.18.0 Dec 10, 2020
@DanTup
Copy link
Member Author

DanTup commented Dec 17, 2020

Fixed in dart-lang/sdk@0fa6674.

@DanTup DanTup closed this as completed Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in lsp/analysis server Something to be fixed in the Dart analysis server is enhancement
Projects
None yet
Development

No branches or pull requests

1 participant