ocaml-lsp icon indicating copy to clipboard operation
ocaml-lsp copied to clipboard

OCaml Language Server Protocol implementation

Results 186 ocaml-lsp issues
Sort by recently updated
recently updated
newest added

Thanks for adding the `--fallback-read-dot-merlin` option in #705! It seemed to do nothing though, until I've looked at the code and realized why: - [config calls get_external_config](https://github.com/ocaml/ocaml-lsp/blob/2c31f3585e2579aa0dcd5bdb9e8934760bdd859d/ocaml-lsp-server/src/merlin_config.ml#L391-L397) *and if that...

ps-id: 4d95d54e-5da1-4e94-8c7e-0f97c5fc57f1

Thanks for developing such a great LSP server that works out of the box. it helped me learn ocaml as I make progress with projects at work! As a developer...

Dear ocaml-lsp devs, I am interested in running ocaml-lsp from a web-worker ; would support for that be welcomed?

Currently, if .ocamlformat is missing in the project, when user invokes "format document" or formatting is triggered on save, the formatting doesn't happen due to missing .ocamlformat, and the user...

enhancement

Having several-line diagnostics is very intrusive, especially during development when errors happen quite a bit. For a specific example where we could do better: ![image](https://user-images.githubusercontent.com/16353531/185937116-ea61b40a-5f07-4240-a352-5c67e0d65e5f.png) I don't see why we...

without params: https://github.com/ocaml/ocaml-lsp/assets/5595092/502dccda-58ee-45f2-a241-34b548cc12ac with params: https://github.com/ocaml/ocaml-lsp/assets/5595092/d3fa12f3-f758-4031-9f0d-0938f57887c3

bug
merlin

Updates `config.md` to reflect the changes after #1159.

# FEATURE: Add Syntax Documentation to Hover request ## Introduction This PR introduces a new feature to OCaml-LSP for both beginners and also more experienced programmers. No more searching for...

I am using `ocamllsp` alongside `visual studio code` via it's extension `Ocaml Platform` on a computer with 16G of memory. It is usually going great, however, when working on the...