ocaml-lsp
ocaml-lsp copied to clipboard
Improve documentation
Documentation should mention
- [x] that olsp depends on dune build's to provide multi-file functionality
- [x] describe features that are achieved by running dune in watch mode - multi-file diagnostics - e.g., impl/intf mismatch - automatic diagnostics update - expect tests and promotion code action
- [ ] describe all code actions (automatic and manually invoked)
- [ ] (major) reconcile information with vscode-ocaml-platform README - some info must be shared between the two
can please you document all LSP extensions too? Like the view metrics command https://github.com/ocaml/ocaml-lsp/blob/82dc380ec7ecb6fe4545d90732f75ec222f2b851/ocaml-lsp-server/src/ocaml_lsp_server.ml#L13