-
Notifications
You must be signed in to change notification settings - Fork 39
In VSCode, autocompletion is too slow? #77
Comments
Did you generate the .ensime file via the sbt-ensime plugin? There's nothing else you need to do to enable completions. |
Yes. sbt ensimeConfig in any the project root folder. My .ensime looks like this.
|
Can you share the log files? Probably there's a crash somewhere... |
Logs here.
pc.stdout.log
|
To me it looks like it's crashes with out of memory (in the
Ensime depends on OrientDB, and that one is very memory hungry. Try to increase the memory size via |
Unknown configuration setting
|
It's just a warning, it's probably fine. |
I get the warnings too, but after having added plenty of more memory (4G), it actually works, its not fast, but it gets there. |
My
hello.scala
looks like this:Autocompletion is too slow for any practical use. Availability of suggestions (like Scala Console) is very minimal.
The text was updated successfully, but these errors were encountered: