merlin-language-server icon indicating copy to clipboard operation
merlin-language-server copied to clipboard

Minimal cross-platform LSP wrapper for merlin

Results 5 merlin-language-server issues
Sort by recently updated
recently updated
newest added

I was following the instructions to install the language server, when this happened on `esy build`: ```info building @opam/atdgen-runtime@opam:2.0.0@60f6faab error: build failed with exit code: 1 build log: # esy-build-package:...

We should create an NPM package with prebuilt binaries via `esy release`. Also, we should hook up our e2e tests to run against this package.

`merlin`'s server mode is the preferred way to use it for a long-running process like an IDE, and has several important benefits, like supporting PPX transforms. However, we're blocked by...