Go-to-definition for implicit apply only goes to apply
#7267
Labels
presentation-compiler
Something relating to the presentation compiler
Scala 2
Scala 3
Generic ticket relating to Scala 3
Describe the bug
Code:
Cursor on
Bar
inBar(2)
, go-to-definition goes toFoo.apply
.Expected behavior
Go-to definition should report two definitions:
object Bar
def apply
onFoo
LSP is designed to accommodate multiple definitions.
Operating system
Windows
Editor/Extension
VS Code
Version of Metals
1.5.1
Extra context or search terms
No response
The text was updated successfully, but these errors were encountered: