We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A line like:
... document.query('#status').classes.<now try code complete> ...
does not display .add(), .remove(), etc. The editor believes .classes returns Dynamic, but the docs say that .classes returns Set
The text was updated successfully, but these errors were encountered:
Set owner to @stevemessick.
Sorry, something went wrong.
This particular problem will be fixed when CL #9315061 lands. The more general problem is described in issue #8.
Added Started label. Marked this as being blocked by #380.
This comment was originally written by [email protected]
Issue #380 on the compiler has been fixed. Verified that this completion now works in the editor as of build 5182.
Added Fixed label.
stevemessick
No branches or pull requests
A line like:
import('dart:html');
...
document.query('#status').classes.<now try code complete>
...
does not display .add(), .remove(), etc. The editor believes .classes returns Dynamic, but the docs say that .classes returns Set
The text was updated successfully, but these errors were encountered: