[Scala 3] Incorrect named arguments completions #7188
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
spree
Describe the bug
"""|trait Foo {
| def bar[A](fst: A, snd: Int, thd: Int = 23)
|}
|object Main {
| def foo: Foo = ???
| foo.bar(123, @@)
|}
|""".stripMargin
Expected behavior
Completions should be for both params:
"""|snd = : Int
|thd = : Int
|""".stripMargin
Operating system
None
Editor/Extension
None
Version of Metals
v1.5.2
Extra context or search terms
https://github.com/scalameta/metals/pull/7182/files
The text was updated successfully, but these errors were encountered: