ocaml / ocaml-lsp

OCaml Language Server Protocol implementation
Other
733 stars 117 forks source link

Missing method definitions from LSP 3.17 #1326

Closed ddickstein closed 1 week ago

ddickstein commented 2 weeks ago

The following definitions are missing - can they be added? It's helpful for the lsp library (and for visibility for missing coverage) even if there aren't accompanying implementations yet.

Server to client requests

Client to server requests

Client to server notifications

rgrinberg commented 2 weeks ago

Updated some missing types here: https://github.com/ocaml/ocaml-lsp/pull/1332

rgrinberg commented 2 weeks ago

And the server to client requests https://github.com/ocaml/ocaml-lsp/pull/1334

rgrinberg commented 1 week ago

All missing methods and notifications are now available.