-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Completion not showing top level functions #40417
Comments
Another one for the Completion Overlord @pq ! |
I think that there are two differences in your test:
I just tried with a new project and still not working. Please follow my steps:
|
|
Ok, I just updated my sdk. Now I have:
And still no completion =( |
I am a stupid person. Sorry for taking your time @pq I just found out what was going wrong... This stupid guy here added But that raised one question: Why it wasn't being auto completed, but could be imported normally? 🤔 |
Amazing! (And a relief since I couldn't repro on windows either! ;))
I believe As it happens we've got a lively thread going about how we can improve diagnostics (and support generally) for transitive dependencies here dart-lang/linter#29. Feel free to chime in! All of that said, it's also weird that we are not flagging |
We currently do a fairly limited job of validating the |
Great! Good to see that my stupidness can be of value to enhance the tooling =) And thanks @pq for your explanation about the http! |
I created a new thread for trackign this issue. Thanks everytone and sorry for my mistake! |
No worries. Thanks for the follow-up! |
The
http
library has aput
method, but it doesn't show up on the completion window:If I scroll down the entire completion window, the
put
method is not even there.This is the same for other methods:
The text was updated successfully, but these errors were encountered: