Writing custom VSCode extensions in ReasonML

This page summarizes the projects mentioned and recommended in the original post on /r/reasonml

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • melange

    A mixture of tooling combined to produce JavaScript from OCaml & Reason

  • For OCaml and ReasonML your options are js_of_ocaml (mentioned here in ReasonML docs) or a fairly new fork of BuckleScript called melange. They differ in implementation and output, with JSOO taking intermediate bytecode generated by ocamlc and turning it into unreadable JS, vs Melange being a patched compiler that builds more human-readable JS.

  • vscode-ocaml-platform

    Visual Studio Code extension for OCaml

  • The main OCaml VSCode extension is written in OCaml: https://github.com/ocamllabs/vscode-ocaml-platform so you can just use the same build system and add the ReasonML preprocessor (?)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts