metals icon indicating copy to clipboard operation
metals copied to clipboard

No completions for old style extension methods outside the scope

Open rochala opened this issue 1 year ago • 0 comments

Describe the bug

//> using scala 3.3.1


object Test:
  implicit class TestOps(a: Int) {
    def testOps(b: Int) = ???
  }

object ActualTest:
  1.t@@

Expected behavior

testOps should appear

Operating system

macOS

Editor/Extension

Nvim (nvim-metals)

Version of Metals

metals 1.1.0+109-0d993f2e-SNAPSHOT

Extra context or search terms

No response

rochala avatar Nov 30 '23 14:11 rochala