Closed
Description
If I type:
import scala._
Then the completion suggested is _root_
, and with vscode default settings, this completion will be selected when pressing Enter. We can avoid this issue by adding _
to the list of completions we return (and we should also figure out why _root_
appears in there because that doesn't make sense).