ocaml / ocaml-lsp

OCaml Language Server Protocol implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with doc on constructors

tatchi opened this issue · comments

without params:

Screen.Recording.2023-11-14.at.11.36.06.mov

with params:

Screen.Recording.2023-11-14.at.11.39.57.mov

This is probably an upstream issue in Merlin.
Which version of OCaml / merlin-lib are you using ?

This is probably an upstream issue in Merlin. Which version of OCaml / merlin-lib are you using ?

ocaml --version
The OCaml toplevel, version 5.0.0
ocamllsp --version
1.16.2
merlin-lib            4.9-500     Merlin's libraries

@voodoos should we move this issue to Merlin repo?

Also, would creating a test for this be helpful? After a quick look, it seems that adding something to https://github.com/ocaml/merlin/tree/master/tests/test-dirs/document might be the right place?