reason
reason copied to clipboard
Record completion issue with merlin
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.
this is still an issue. I also discovered adding a space after the . e.g. let x = foo.bar.<SPACE> makes it work