ocaml / ocaml-lsp

OCaml Language Server Protocol implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tysg opened this issue · comments

#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.