Open susliko opened 2 months ago
//> using scala 3.3.3 implicit class LogHelper(val sc: StringContext) extends AnyVal { def info(args: Any*): String = ??? } extension (sc: StringContext) def warn(args: Any*): String = ??? @main def logHelpers(): Unit = info"" // No completion while typing "info" warn"" // Completion works
Code completion suggests "info" String interpolator.
Linux
Nvim (nvim-metals)
v1.3.5
No response
Thanks for reporting! This looks like an issue in the presentation compiler, we should take a look there.
Describe the bug
Expected behavior
Code completion suggests "info" String interpolator.
Operating system
Linux
Editor/Extension
Nvim (nvim-metals)
Version of Metals
v1.3.5
Extra context or search terms
No response