Completions not shown after a method call with a polymorphic function literal #6861
Labels
bug
Something that is making a piece of functionality unusable
completions
Tickets related to completion functionality
Scala 3
Generic ticket relating to Scala 3
Describe the bug
To reproduce:
.transformRouter(...)<HERE>
build
method present in code)Expected behavior
Completions for
enhance
,build
andtransformRouter
are shown.Operating system
macOS
Editor/Extension
VS Code
Version of Metals
v1.3.5
Extra context or search terms
scala-cli repl
val f = [Alg] => (_: Builder[Alg]).withTraces
The text was updated successfully, but these errors were encountered: