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

In the objective of restoring classic Merlin workflows in text-based editors we need a custom query to get a symbol's documentation. Proposed interface: Client capability: ```typescript export interface GetDocClientCapabilities {...

enhancement

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3. Release notes Sourced from typescript's releases. TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
no changelog

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2. Release notes Sourced from typescript's releases. TypeScript 5.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
no changelog

In emacs / vim modes for Merlin the ability to grow / shrink enclosing has an interresting side effect: often the first two enclosing are identical but the second one...

discussion

Bumps [vscode-languageserver-protocol](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/protocol) from 3.17.1 to 3.17.5. Commits 4f782ce New release 3.17.5 d33ec0f Update meta model (#1325) 28b7211 Type scopeUri as URI (#1324) 8c81fc8 Update lock files (#1323) 300fac4 Prepare new...

dependencies
no changelog

Bumps [vscode-jsonrpc](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/jsonrpc) from 8.0.1 to 8.2.1. Commits f4da232 Fix failing encode/decode test on node 20.x (#1480) 63a95ae Fix failing test case (#1479) f2aadbb Fixes #1474: Race condition in sendRequest in...

dependencies
no changelog

Hello hello, I have some code that triggers a weird behaviour with the lenses in `1.18.0~5.2preview` ![image](https://github.com/ocaml/ocaml-lsp/assets/8451179/1798c9b6-0166-4be3-bc5b-4dbc74efec40) It might be be because of the unusual `type t = ... =...

bug

Hi! I notice the recent post about the amazing `destruct` on ocaml discuss, and I am excited to try it out. When I type `Alt+d` on a pattern '_' in...

Record-like arguments are important. OCaml 4.14, release 1.17.0 from OPAM ![image](https://github.com/ocaml/ocaml-lsp/assets/438226/59779e18-150a-4a4b-a952-65a5a4645e74)