dragos / dragos-vscode-scala

Other
253 stars 39 forks source link

Poor installation guide #81

Open roohix opened 6 years ago

roohix commented 6 years ago

I read Readme file and Readme of the plugin in Market Place so installed ensime then plugins from Market Place but nothing happend in vscode I cant get any more information in web to how to install this plugin with ensime and ... The readme file is totally confusing .... this is third time i tried to use ensime with vscode

dragos commented 6 years ago

Did you run sbt ensimeConfig?

roohix commented 6 years ago

➜ finance git:(master) ✗ sbt ensimeConfig [info] Loading settings from plugins.sbt ... [info] Loading global plugins from /Users/roohi/.sbt/1.0/plugins [info] Loading settings from plugins.sbt ... [info] Loading project definition from /Users/roohi/Desktop/Dropbox/SCALA/finance/project [info] Loading settings from build.sbt ... [info] Set current project to finance (in build file:/Users/roohi/Desktop/Dropbox/SCALA/finance/) [info] ENSIME update. [info] ENSIME processing root (finance) [success] Total time: 7 s, completed Apr 5, 2018 8:59:19 AM [INFO] [04/05/2018 08:59:20.042] [Thread-8] [CoordinatedShutdown(akka://sbt-web)] Starting coordinated shutdown from JVM shutdown hook ➜ finance git:(master) ✗

I dont what should do after this , vscode with your plugin installed is open but nothing happens

roohix commented 6 years ago

Its works I don't know why but it doesn't matter

but it seems vscode eat cpu usage and the plugin is so low
Activity monitor : java 690% cpu

JInchengLiuAu commented 6 years ago

@roohi66 I also have this problem and I need to wait for almost 10 minutes, then I can code.

damienstanton commented 6 years ago

I've run sbt ensimeConfig and the plugin does not seem to work at all. There are no errors, but also no autocompletion, no hover info, nothing at all.

Any ideas?

My environment is macOS 10.14, Scala 2.11.8, sbt 1.2.3

dragos commented 6 years ago

It's only working with Scala 2.12.

damienstanton commented 6 years ago

Okay. I've made a PR with this added to the readme. It would have saved me a lot of time debugging if I simply knew the version of Scala I need is unsupported.

dragos commented 6 years ago

I'm sorry you wasted so much time. However, this is noted on the VS code marketplace Setting up docs

damienstanton commented 6 years ago

No worries, thanks!