Iulian Dragos
Iulian Dragos
The client has to send the document changes, which usually are just a few characters, but right now we're using the Full strategy which sends the whole document to the...
Did you notice anything unusual in the log file (`ensime-langserver.log`)? Or maybe in `pc.stdout.log`?
Yes, indeed.. Unfortunately the Ensime API is limiting, and it provides hover information only for class members. I had tried a few different things [here](https://github.com/dragos/dragos-vscode-scala/blob/master/ensime-lsp/src/main/scala/org/github/dragos/vscode/EnsimeLanguageServer.scala#L235), still both implementations are there....
Yes, it's supposed to work. I'm wondering if there's an error somewhere along the lines. CMD-Shift-M should show all errors that are reported by the language server. Do they appear...
I see, it's weird. Ensime reports the errors, but they get lost somewhere along the way, maybe the URI used to identify the file is screwed up, most likely a...
It'd be great to have a fix for Windows users, if anyone here is motivated and is a Windows user.
@ixxie the releases tab is lying. The latest release is from June 20 and includes that fix. I don't know why GitHub is confused. Tags look good though.
@ixxie can't you just install it from the Marketplace? The Releases GitHub page isn't necessary nor useful here :)
@ixxie I don't know what version you have and why you have difficulties upgrading, but the version [on the marketplace](https://marketplace.visualstudio.com/items?itemName=dragos.scala-lsp) is 0.1.6. It should upgrade like any other extension.
This is how my Extensions page looks, and the version number is there.