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

Code completion for identifiers for pubspec.yaml #2110

Closed
vogella opened this issue Nov 19, 2019 · 2 comments
Closed

Code completion for identifiers for pubspec.yaml #2110

vogella opened this issue Nov 19, 2019 · 2 comments
Labels
in editor Relates to code editing or language features in lsp/analysis server Something to be fixed in the Dart analysis server is enhancement
Milestone

Comments

@vogella
Copy link

vogella commented Nov 19, 2019

I see issue #101 and #2078 but I don't think the static identifiers are covered by this. Can you also add code completion for example for dependencies.

Would be nice to be able to type: d-> ctrl +space and get dependencies as suggestion.

@DanTup DanTup added this to the v3.8.0 milestone Nov 19, 2019
@DanTup DanTup added in editor Relates to code editing or language features is enhancement labels Nov 19, 2019
@DanTup DanTup modified the milestones: v3.8.0, v3.9.0 Jan 2, 2020
@DanTup DanTup modified the milestones: v3.9.0, On Deck Mar 11, 2020
@DanTup DanTup modified the milestones: On Deck, Backlog Jul 2, 2020
@DanTup DanTup modified the milestones: On Deck, v3.17.0 Nov 19, 2020
@DanTup
Copy link
Member

DanTup commented Nov 19, 2020

The server has gained some basic support for this - got CL to expose it in LSP at https://dart-review.googlesource.com/c/sdk/+/173000/.

@DanTup DanTup changed the title Code completion for identifiers for pubspec.yaml Code completion for identifiers for pubspec.yaml/analysis_options.yaml Nov 19, 2020
@DanTup DanTup added the in lsp/analysis server Something to be fixed in the Dart analysis server label Nov 19, 2020
@DanTup
Copy link
Member

DanTup commented Nov 19, 2020

Fixed (in LSP) by dart-lang/sdk@db26316.

@DanTup DanTup closed this as completed Nov 19, 2020
@DanTup DanTup changed the title Code completion for identifiers for pubspec.yaml/analysis_options.yaml Code completion for identifiers for pubspec.yaml Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in editor Relates to code editing or language features in lsp/analysis server Something to be fixed in the Dart analysis server is enhancement
Projects
None yet
Development

No branches or pull requests

2 participants