In Scalameta's tutorial, it notes that the Semantic API can be used for name resolution (println
=> _root_.scala.Predef.println
). The FAQ "How do I use the Semantic API?" links to scalafix, but I was unable to find a tutorial or concrete examples. So I'm still unclear. Can someone point me to some specific examples or a tutorial?
Thanks!