-
Notifications
You must be signed in to change notification settings - Fork 1.1k
No completions from standard library symbols #9760
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
Labels
Comments
This was referenced Sep 9, 2020
prolativ
added a commit
to prolativ/dotty
that referenced
this issue
Sep 16, 2020
prolativ
added a commit
to prolativ/dotty
that referenced
this issue
Sep 24, 2020
prolativ
added a commit
to prolativ/dotty
that referenced
this issue
Sep 24, 2020
prolativ
added a commit
to prolativ/dotty
that referenced
this issue
Oct 1, 2020
smarter
added a commit
that referenced
this issue
Oct 1, 2020
…ompletion Fix standard library symbols completion (solves #9760)
This issue was fixed by #9805 and should be closed |
I can confirm, let's close it! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimized code
In Metals we are reusing the Dotty language server code in the form of:
Currently though when trying to complete for example:
we are not getting any completions. This regressed in 0.27.0-RC1.
Expected would for example
print
orprintln
. This seems to have happened to anything that is not in a local scope.The text was updated successfully, but these errors were encountered: