Suppose I do this in my Ammonite script:
import ammonite.ops._
but I don't have autocompletion in IDEA, because it doesn't know I'm using this dependency from:
"com.lihaoyi" %% "ammonite-ops" % "0.7.7"
The same can be said when I import some ivy module using this syntax:
import $ivy.`com.google.guava:guava:18.0`
What is the best way to let IDEA know what dependencies I'm using?
References: