reason icon indicating copy to clipboard operation
reason copied to clipboard

Record completion issue with merlin

Open jfrolich opened this issue 5 years ago • 1 comments

Currently when using reason syntax record completion doesn't work properly when using merlin (it does work with OCaml). Probably this is related to the reason-merlin in this repo.

See context here: https://github.com/ocamllabs/vscode-ocaml-platform/issues/256#issuecomment-652610558.

jfrolich avatar Jul 01 '20 22:07 jfrolich

this is still an issue. I also discovered adding a space after the . e.g. let x = foo.bar.<SPACE> makes it work

anmonteiro avatar Jul 28 '24 05:07 anmonteiro