I can get autocomplete in the Ensime buffer containing Scala code, but not in Scala REPL is launched from ensime. I want to have autocompletion in a 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 by elpa
I also have this for the contents of plugins.sbt:
addSbtPlugin("org.ensime" % "ensime-sbt-cmd" % "0.1.2")
Now, the only thing I noticed is that in my .ensime file it seems to be compiling for Scala version 2.10. Please note that I can get autocomplete if I open Scala from the terminal.
In general, how can I get autocomplete from a Scala REPL launched from ensime?
scala emacs sbt ensime
CodeKingPlusPlus
source share