Hi
AFAIU,
- when using
ocaml-eglot-rename you have to type the new name in the minibuffer, contrary to merlin-iedit-occurrences ( CTRL-; ) where all the magic happens directly in the main buffer
- if you want to switch to the next occurence, you need to invoke
ocaml-eglog-occurence which opens a new buffer, contrary to the merlin behaviour where you simply need to press TAB
both cases seem much easier and "modern" in the Merlin version; is there a plan to reach this ease of use?
Hi
AFAIU,
ocaml-eglot-renameyou have to type the new name in the minibuffer, contrary tomerlin-iedit-occurrences( CTRL-; ) where all the magic happens directly in the main bufferocaml-eglog-occurencewhich opens a new buffer, contrary to the merlin behaviour where you simply need to press TABboth cases seem much easier and "modern" in the Merlin version; is there a plan to reach this ease of use?