All Projects → rescript-lang → rescript-editor-support

rescript-lang / rescript-editor-support

Licence: MIT license
Command line to support editor integration for Rescript.

Programming Languages

ocaml
1615 projects
ReScript
86 projects

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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].