jchavarri / atom-ide-reason

ReasonML/OCaml language support for Atom-IDE, using ocaml-language-server under the hood.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ide-reason package

ReasonML/OCaml language support for Atom-IDE.

Using ocaml-language-server under the hood, the same as vscode-reasonml.

Thanks for @freebroccolo and all of ocaml-language-server's contributors!

Requirements

Custom toolchain path per project

Add one line in your package.json, multi path can be an array.

{
  "name": "My Awesome Project",
  "version": "0.1.0",
  //...
  "reasonToolchainPath": "/path/to/your/toolchain",
  //...
  "reasonToolchainPath": ["/path/one", "/path/two"],
}

Or, a separated config file for ide-reason, ide-reason.json. Currently only support one field:

{
  "toolchainPath": "/path/to/your/toolchain"
}

About

ReasonML/OCaml language support for Atom-IDE, using ocaml-language-server under the hood.

License:MIT License


Languages

Language:JavaScript 100.0%