reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.12k stars 428 forks source link

Record completion issue with merlin #2597

Open jfrolich opened 4 years ago

jfrolich commented 4 years ago

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.

anmonteiro commented 1 month ago

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