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
Currently, hovers are not working for Scala sources because the generated SemanticDB document is missing SymbolInformation nodes. The symbol information is missing because the Metals mtags module explicitly disables symbols here https://github.com/scalameta/metals/blob/75355b207cf89943408d0726797b8a37f3aa1278/mtags/src/main/scala-2/scala/meta/internal/pc/SemanticdbTextDocumentProvider.scala#L36
SymbolInformation
We should contribute a PR upstream to make this behavior configurable.
The text was updated successfully, but these errors were encountered:
Pending PR scalameta/metals#3018
Sorry, something went wrong.
Fixed in #280
olafurpg
No branches or pull requests
Currently, hovers are not working for Scala sources because the generated SemanticDB document is missing
SymbolInformation
nodes. The symbol information is missing because the Metals mtags module explicitly disables symbols herehttps://github.com/scalameta/metals/blob/75355b207cf89943408d0726797b8a37f3aa1278/mtags/src/main/scala-2/scala/meta/internal/pc/SemanticdbTextDocumentProvider.scala#L36
We should contribute a PR upstream to make this behavior configurable.
The text was updated successfully, but these errors were encountered: