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
When using value forwarders such as in case of List:
val List = scala.collection.immutable.List
We will not get the actual documentation in completions (probably other places such as hover also) for the List object.
This was caused by the recent changes to newest Scala 3 nightlies.
Documentation for list should be shown. Most likely we need to fix it in the compiler itself.
This also influences some completions and this was marked near the affected test cases.
Linux
VS Code
v1.1.0
documentation value forwarders list
The text was updated successfully, but these errors were encountered:
Show documentation for value forwarders in completions (#19200)
96e2720
This was changed in #18874 connected to scalameta/metals#5885
jkciesluk
Successfully merging a pull request may close this issue.
Describe the bug
When using value forwarders such as in case of List:
We will not get the actual documentation in completions (probably other places such as hover also) for the List object.
This was caused by the recent changes to newest Scala 3 nightlies.
Expected behavior
Documentation for list should be shown. Most likely we need to fix it in the compiler itself.
This also influences some completions and this was marked near the affected test cases.
Operating system
Linux
Editor/Extension
VS Code
Version of Metals
v1.1.0
Extra context or search terms
documentation value forwarders list
The text was updated successfully, but these errors were encountered: