merlin icon indicating copy to clipboard operation
merlin copied to clipboard

`locate-type` brings me to wrong type

Open ddickstein opened this issue 2 years ago • 2 comments

In https://github.com/ocaml/ocaml-lsp/blob/master/submodules/lev/lev-fiber/src/lev_fiber.ml#L1253, the type of loop is Lev.Loop.t, but locate-type brings me to Nonempty_list.t.

ddickstein avatar Apr 23 '23 13:04 ddickstein

I am not even able to jump at all in these files due to a configuration issue. My guess is that this is due to the copy_file stanza that is not correctly handled by merlin. We should have a way for Dune to communicate the copying of files to Merlin so that jumping works as expected.

voodoos avatar May 10 '23 14:05 voodoos