Visual Studio Code extension for OCaml
Browse cluster: OCaml Systems and Utilities →vscode-ocaml-platform is a Visual Studio Code extension for OCaml that provides language support, syntax highlighting, and tooling integration. Written in OCaml and compiled to JavaScript via js_of_ocaml, the extension integrates the OCaml Language Server for code intelligence, supports multiple sandbox environments (OPAM, Esy, and Dune Package Management), and includes features such as debugging via earlybird, REPL integration, and AST exploration. The project is maintained by OCamllabs and uses a tech stack comprising OCaml, JavaScript, Dune for builds, js_of_ocaml for compilation, and bun for bundling.