ocaml-lsp
ocaml-lsp copied to clipboard
Feature request: support Go to Implementation on `mli` files
https://github.com/ocaml/ocaml-lsp/pull/233 added a nice toggle between ml and mli files. It would be even nicer to support "Go to Implementation" (LSP spec) on types defined in mli files and jump to their counterparts in ml files.