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

dart repl autocomplete doesn't autocomplete certain things #14890

Closed
trinarytree opened this issue Nov 7, 2013 · 2 comments
Closed

dart repl autocomplete doesn't autocomplete certain things #14890

trinarytree opened this issue Nov 7, 2013 · 2 comments
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@trinarytree
Copy link

to reproduce, at the repl, type "Future." (without the quotes) and wait for the autocomplete.
it will suggest "hashCode", "noSuchMethod", "runtimeType", "toString", and nothing else.
type "wait" and hit enter.
it will admit that "wait" is indeed a method of "Future" by saying "[Dart Function] {}",
yet the autocomplete did not admit this fact.
that sucks because it forces you to run to the api docs.
the autocomplete is supposed to save you that time.

chromium version 31.0.1650.0 (224845)
Dart VM version: 0.8.7.0_r29341 (Mon Oct 28 02:00:50 2013) on "linux_x64"

@anders-sandholm
Copy link
Contributor

Added Area-Editor, Triaged labels.

@anders-sandholm
Copy link
Contributor

Removed Area-Editor label.
Added Area-Dartium label.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants