atom-ocaml / ocaml-merlin

Linting and autocompletion for Ocaml in Atom
MIT License
24 stars 3 forks source link

Partial functioning with merlin 3.x.x #43

Open ngorogiannis opened 7 years ago

ngorogiannis commented 7 years ago

Hover-for-types and go to declaration do not work (no tool-tip appears, and nothing happens when choosing go to decl from context menu or hyper-clicking on element).

This is version specific: if I downgrade merlin to 2.5.5 everything works as expected. But then I cannot use OCaml 4.05 :(

Let me know if logs would help, and where to get them.

314eter commented 7 years ago

Do you get error messages in the developer console (ctrl+alt+i)?

ngorogiannis commented 7 years ago

When I hover the mouse over a term, or when I select go-to-declaration I see no errors in the console.

screen shot 2017-09-12 at 1 49 57 pm
mads-hartmann commented 7 years ago

Same happens for me. I don't get any errors either I'm afraid.