merlin icon indicating copy to clipboard operation
merlin copied to clipboard

Context sensitive completion for OCaml in Vim and Emacs

Results 171 merlin issues
Sort by recently updated
recently updated
newest added

A reminder issue for closed PR https://github.com/ocaml/merlin/pull/1469 The first step should be investigate whether there is an issue in provided PPX rewriter, or in merlin itself.

I'm not really sure what to make of this error that I'm getting. The file that it's complaining about does exist and is world-readable. The version is 4.5-411, installed via...

Now ocamlinterface ocamllex and menhir types must be taken into account as well. The filetypes are introduced by https://github.com/ocaml/vim-ocaml/pull/61 This is a draft PR to attract comments and suggestions on...

Area/Vim

I've been trying to use Merlin on Fedora 35 with Vim 8.2, but operations that try to move the cursor (e.g. :MerlinLocate) fail with the following error: ``` Error detected...

Right now the Emacs CI parts are only run on 27.2 and a development snapshot (PR #1454). (It's never clear to me whether I should open an issue to accompany...

I use an upto-date cygwin environment on windows 10 CYGWIN_NT-10.0 x86_64 Cygwin and have installed ocaml compiler 4.14.0 and latest merlin 4.5-414 successfully via opam I have no cygwin-X installed...

merlin-locate is project-wise merlin-occurrences is just current-buffer Can't we have a merlin-occurrences that is project-wise?

Kind/Feature-request

Consider building a global API search. Merlin has all of the infrastructure required for this. TBD.

Kind/Feature-request

NOTE: I initially posted this issue in ocaml-lsp repo (https://github.com/ocaml/ocaml-lsp/issues/619). As requested, I have copy-pasted the original post here. Its worth reading through the conversation that has happened so far...

Kind/Bug