Hacker News new | ask | show | jobs
by glenda 1509 days ago
The docs.rs part is actually included in the new website: https://ocaml.org/packages

I've been using ocaml-lsp-server with nvim-lspconfig and it's been great, I'm wondering what issues you've had? From my perspective the ecosystem is evolving pretty quickly!

2 comments

I can second your experience of using ocaml-lsp-server - I use it with VSCode and it's been incredibly pleasant with lots of active and ongoing work to make it even better. Gone are the days when writing OCaml basically meant using emacs (thought that's still a good option if you want it!)
Perhaps the README[1] is out of date, but it appears to note that textDocument/implementation is not done? That's a pretty big hole.

[1]: https://github.com/ocaml/ocaml-lsp/#features