Iulian Dragos
Iulian Dragos
Did you generate the .ensime file via the [sbt-ensime](http://ensime.github.io/build_tools/sbt/) plugin? There's nothing else you need to do to enable completions.
Can you share the log files? Probably there's a crash somewhere...
To me it looks like it's crashes with out of memory (in the `.stdout.log` file): ``` java.lang.OutOfMemoryError: GC overhead limit exceeded ``` Ensime depends on OrientDB, and that one is...
It's just a warning, it's probably fine.
Did you run `sbt ensimeConfig`?
It's only working with Scala 2.12.
I'm sorry you wasted so much time. However, this is noted on the VS code marketplace [Setting up docs](https://marketplace.visualstudio.com/items?itemName=dragos.scala-lsp)
Have a look towards the end of the discussion in #36
More specifically, [this comment](https://github.com/dragos/dragos-vscode-scala/issues/36#issuecomment-295191188)
I think Ensime offers similar functionality (though, it needs an index if this is supposed to work at the workspace level as opposed to in-file only). If that's the case,...