stackb / scala-gazelle

Experimental gazelle extension for scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Direct imports are not resolved

pcj opened this issue · comments

Although resolving the full import name akka.actor.ActorSystem will find the correct dep, when file name resolution occurs, the base name ActorSystem is not found.

Populate a direct scope with these "base names" such that we have fewer unresolved names.