Implicits (cats.implicits.given
) slow down completion to the point of timeout
#6054
Labels
Milestone
cats.implicits.given
) slow down completion to the point of timeout
#6054
Describe the bug
Having the
cats.implicits.given
orcats.implicits.*
import at the top of a file hinders the completions at certain points in the file greatly (e.g. type constraints).cats
as dependency.cats.implicits.*
and save, the compiler should compile fine now.Expected behavior
Having the import should not impact the speed or working of autocompletions.
Operating system
Linux
Editor/Extension
Emacs (lsp-metals)
Version of Metals
v1.2.0
Extra context or search terms
No response
The text was updated successfully, but these errors were encountered: