No editor help/features for enum utility methods #7266
Labels
bug
Something that is making a piece of functionality unusable
presentation-compiler
Something relating to the presentation compiler
Scala 3
Generic ticket relating to Scala 3
Describe the bug
Given a piece of code like this:
If a user is unfamiliar with
valueOf
they will try to hover on it or go to the definition ofvalueOf
. However, if you trigger a go to definition onvalueOf
it just brings you tot heFoo
object definition. It also offers no hover information.Expected behavior
I'd expect to be able to navigate to the definition of
valueOf
to see for example what happens if the value isn't found or to just generally see information about it.Note: This is using Scala 3.6.3
Operating system
macOS
Editor/Extension
Nvim/Vim (other)
Version of Metals
1.5.1+89-6ab135fb-SNAPSHOT
Extra context or search terms
No response
The text was updated successfully, but these errors were encountered: