This is a private command line binary used by rescript-vscode to power a few functionalities such as jump to definition, hover and autocomplete.
The binary reads the .cmt
and .cmti
files and analyses them.
opam switch 4.06.1
opam opam install . --deps-only
dune build
The built artifact is in _build/install/default/bin/rescript-editor-support.exe
Run:
_build/install/default/bin/rescript-editor-support.exe --help
This project is based on a fork of Reason Language Server.
Distributed under the MIT License (see LICENSE).