lukstafi / vocaml

VSCode extension: add/remove OCaml type annotations
https://marketplace.visualstudio.com/items?itemName=lukstafi.vocaml
Other
1 stars 0 forks source link
ocaml vscode-extension

vocaml README

VOCaml is a VS Code extension providing helpers for working with OCaml code. Currently, it has three commands:

VOCaml is a companion to ppx_minidebug, but it can be used for its own merits.

Features and Limitations

Currently, VOCaml retrieves types from the first entry of hover boxes, and uses regular expressions for parsing. Its implementation is simple, but that leads to some restrictions:

Extension Settings

Currently, VOCaml has just one exposed setting:

Release Notes highlights

1.1.1

Adds labeled (and optional without defaults) arguments, unit value arguments. Fixes multiline types from hovers.

1.0.0

Initial release of VOCaml.