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

Feature request: support Go to Implementation on `mli` files

Open tysg opened this issue 2 years ago • 0 comments

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.

tysg avatar Jul 10 '23 04:07 tysg