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

OCaml Language Server Protocol implementation

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

## The error: ``` $ make install dune build @install && dune install submodules/lev/lev/vendor/ev.c:2143:31: warning: ‘ev_default_loop_ptr’ initialized and declared ‘extern’ File "ocaml-lsp-server/src/doc_to_md.ml", line 8, characters 25-53: 8 | let to_code_block...

It seems ocamllsp has a memory leak. It works fine with my projects and ml files unless for a specific ml file after I added some code, ocamllsp started to...

OCaml: 4.14 ocaml-lsp: 1.13.1 Neovim: 0.7.2 (Also tested with same effect on nightly.) LSP client: Neovim's internal client. I get `ocamllsp: -32601: MethodNotFound` error when using the open/create .mli code...

We should support completion for `String.is_prefix` given `String.is_pr|word` (`|` is the cursor here) because the prefix is valid, and there's nothing really stopping us from getting valid completions. First, we...

bug
lsp

it seems to be the safe default ps-id: 887ffc90-82c6-4345-b684-392462d53828

When offering commands and code actions

## Bug fixes - [ ] named arguments - occurs after renaming `~line` to `lines`, ie `F2` and type in `lines` on vscode Already Fixed - [x] handle when there's...

ps-id: b38cef6c-b23b-4382-a3d6-6aa8590a4790

ps-id: 7446b4f3-ecf6-465a-8cc1-8326764e6637

I'm looking into bringing `ocaml-lsp-server` up to date with the recent OCaml 5 changes, and I noticed that `dune` is being vendored so that we can heavily patch `ocamlc_loc`, and...

help wanted
chore