How to get autocomplete in Scala REPL launched from ensime?

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?

+7
scala emacs sbt ensime
source share
1 answer

I am going to post my own comment on CodeKingPlusPlus on this:

Apparently this is not a feature of Ensime, I asked on their github.

0
source share

All Articles