I can get auto-complete in an Ensime buffer containing Scala code but not in the Scala REPL launched from ensime. I wish to have auto-complete work in the Scala REPL launched from ensime. How can I fix this? I am using the following:
- Scala 2.9.1
- sbt 0.13.5
- scala-mode2 from elpa
I also have this for the contents of plugins.sbt:
addSbtPlugin("org.ensime" % "ensime-sbt-cmd" % "0.1.2")
Now, the only other thing I have noticed is that in my .ensime
file, it appears to be compiling for scala version 2.10. Note, that I can get auto-complete if I open scala from a terminal.
In summary, how can I get auto-complete from the scala REPL launched from ensime?