https://github.com/rescript-lang/rescript-editor-support
Command line to support editor integration for Rescript.
https://github.com/rescript-lang/rescript-editor-support
Last synced: 8 months ago
JSON representation
Command line to support editor integration for Rescript.
- Host: GitHub
- URL: https://github.com/rescript-lang/rescript-editor-support
- Owner: rescript-lang
- License: mit
- Archived: true
- Created: 2020-11-18T10:42:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T09:19:18.000Z (over 4 years ago)
- Last Synced: 2024-08-04T01:28:38.262Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 376 MB
- Stars: 33
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changes.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - rescript-editor-support - lang | 33 | (OCaml)
README
# Rescript Editor Support
**Archived. This repo is now fused with [rescript-vscode](https://github.com/rescript-lang/rescript-vscode/)**.
This is a private command line binary used by [rescript-vscode](https://github.com/rescript-lang/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:
```sh
lib/rescript-editor-support.exe --help
```
## History
This project is based on a fork of [Reason Language Server](https://github.com/jaredly/reason-language-server).
Distributed under the MIT License (see [LICENSE](./LICENSE)).