ocaml / merlin

Context sensitive completion for OCaml in Vim and Emacs
https://ocaml.github.io/merlin/
MIT License
1.59k stars 232 forks source link

Merlin Enhanced Jump Command #1817

Open PizieDust opened 2 months ago

PizieDust commented 2 months ago

Currently the jump command returns a single location for any available target. It could be beneficial in some use cases to have another command that returns all available targets and their locations in a more efficient manner.

... Maybe we could have a Merlin command that returns all the available jump locations in a more efficient way.

_Originally posted by @voodoos in https://github.com/ocaml/ocaml-lsp/pull/1364#discussion_r1735940007_