Yoann Padioleau
Yoann Padioleau
Actually the installed opam package of eliom should contain all the .cmt and the .mli for merlin to be able to jump to definition easily. I suggest to just follow...
This is still not fixed? How can I use merlin with eliom projects? Not being able to quickly go to the definition of a library function is seriously hurting my...
My main issue is that even though I can get type definition when I hover some code, I can't go to the definition of library functions because the OPAM eliom...
Any update on this? I'd love to read "A Taste of Scala 3" as a PDF on my remarkable. Right now this chapter is split in many sections (I can...
Note that it was less a problem for the Scala 2 book because "A Taste of Scala" was a single file: https://docs.scala-lang.org/overviews/scala-book/prelude-taste-of-scala.html so it was easy to print from Chrome...
Apparently there's progress here: https://github.com/rvantonder/lsif-ocaml
A ocamllsp vs ocamlmerlin cheatsheet would be great to show the interface differences. I am currently using ocamlmerlin in my Emacs-clone editor written in OCaml (https://github.com/aryx/fork-efuns ) but would like...
For reference here is how I currently call ocamlmerlin: https://github.com/aryx/fork-efuns/blob/master/prog_modes/ocaml_merlin.ml
Ok I'll try that. I was hoping I could use some of the APIs in lsp/ to start and communicate the server but maybe I can do it myself if...
Maybe it's not ppxlib itself but some other package that depends on it. But I opam install ppxlib.0.15.0 then I get back good performance and no more startup slowdown. Here...