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

Improve documentation

Open ulugbekna opened this issue 3 years ago • 1 comments

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

ulugbekna avatar Oct 28 '22 09:10 ulugbekna

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

petr-tik avatar Feb 02 '23 00:02 petr-tik