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

Improved completion of directives #19941

Closed
bwilkerson opened this issue Jul 9, 2014 · 5 comments
Closed

Improved completion of directives #19941

bwilkerson opened this issue Jul 9, 2014 · 5 comments
Assignees
Labels
analyzer-completion Issues with the analysis server's code completion feature area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-enhancement A request for a change that isn't a bug

Comments

@bwilkerson
Copy link
Member

Open a new file and enter

import

and then code-complete. Editor will nicely suggest adding a string literal and a semicolon.

It would be nice if the list included an option with a prefix and/or combinators, or if code completing after the string literal would suggest adding those optional pieces.

But even more importantly, it would be nice if completion worked after entering "im" (or some other prefix of a directive).

(I don't care whether these are code completions or templates.)

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@bwilkerson
Copy link
Member Author

Set owner to @danrubel.

@danrubel
Copy link

danrubel commented May 1, 2015

@danrubel
Copy link

danrubel commented May 4, 2015

Added Fixed label.

@bwilkerson bwilkerson added Type-Enhancement area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. analyzer-completion Issues with the analysis server's code completion feature labels May 4, 2015
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-completion Issues with the analysis server's code completion feature area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants