Skip to content

zed-extensions/ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zed OCaml

An OCaml extension for Zed.

Configuration

OCamllsp can be configured via Zed settings.json. For instance, all inlay hints can be enabled using the following:

  "lsp": {
    "ocamllsp": {
      "settings": {
        "inlayHints": {
          "hintFunctionParams": true,
          "hintPatternVariables": true,
          "hintLetBindings": true
        }
      }
    }
  }

The configuration options available are documented here.

Development

To develop this extension, see the Developing Extensions section of the Zed docs.

About

OCaml support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 14