laughedelic / atom-ide-scala

:atom: Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)
https://atom.io/packages/ide-scala
MIT License
48 stars 10 forks source link

Try to launch ENSIME server #3

Closed laughedelic closed 6 years ago

laughedelic commented 6 years ago

See https://github.com/laughedelic/atom-ide-scala/issues/1#issuecomment-343320728.

laughedelic commented 6 years ago

This launches the ENSIME server, but I don't see anything working in the editor. It loads the processor, I see requests sent and log messages, but don't get any responses.. ☹️

laughedelic commented 6 years ago

I switched to the official ENSIME LSP server, it got recently merged in the 3.0 branch of the ensime-server: https://github.com/ensime/ensime-server/pull/1888 and is a replacement for the dragos' server implementation.

Here's what I got so far:

laughedelic commented 6 years ago

I'm going to merge this as a first step towards ENSIME server support. ENSIME LSP is in improvement process: https://github.com/ensime/ensime-server/pull/1894.

Next step will be #13.