Skip to content

Files

Latest commit

31899c5 · Apr 27, 2024

History

History

analysis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 11, 2024
Jul 23, 2022
Dec 7, 2023
Apr 27, 2024
Mar 9, 2024
Mar 11, 2024
Apr 27, 2024
Feb 11, 2024
Mar 9, 2024
Jan 12, 2024
Jan 12, 2024

Analysis Library and Binary

This subfolder builds a private command line binary used by the plugin to power a few functionalities such as jump to definition, hover and autocomplete.

The binary reads the .cmt and .cmti files and analyses them.

For installation & build instructions, see the main CONTRIBUTING.md.

Overview

See main CONTRIBUTING.md's repo structure. Additionally, examples/ is a convenience debugging repo. Check out test.sh (invoked through make test) to see the snapshots testing workflow stored in tests/.

Usage

At root:

./rescript-editor-analysis.exe --help

# or

dune exec -- rescript-editor-analysis --help

History

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