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

Latest commit

 

History

History
41 lines (25 loc) · 809 Bytes

Readme.md

File metadata and controls

41 lines (25 loc) · 809 Bytes

Rescript Editor Support

Archived. This repo is now fused with rescript-vscode.

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

Build

make

The built artifact is in lib/rescript-editor-support.exe

Test

make test

Usage

Run:

lib/rescript-editor-support.exe --help

History

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

Distributed under the MIT License (see LICENSE).