Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Command line to support editor integration for Rescript.

License

Notifications You must be signed in to change notification settings

rescript-lang/rescript-editor-support

Repository files navigation

Rescript Editor Support

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.

Install

opam switch 4.06.1
opam opam install . --deps-only

Build

dune build

The built artifact is in _build/install/default/bin/rescript-editor-support.exe

Usage

Run:

_build/install/default/bin/rescript-editor-support.exe --help

History

This project is based on a fork of Reason Language Server.

Distributed under the MIT License (see LICENSE).

About

Command line to support editor integration for Rescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages