-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Code completion doesn't support enumeration of a prefix #2539
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
Milestone
Comments
Set owner to @stevemessick. |
Removed Type-Enhancement label. |
Added Fixed label. |
Added Started label. |
Issue #2616 has been merged into this issue. |
Added Fixed label. |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A fairly common idiom is to see:
import("dart:html", prefix:"html");
and then to see people writing:
html.
and expecting an enumeration of the entities in the HTML library. At the moment they get 'no completions available'.
The text was updated successfully, but these errors were encountered: