Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 467 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 467 Bytes

ocaml-lsp-client README

The syntax files come from https://github.com/hackwaly/vscode-ocaml (which is deprecated).

Features

  • Code diagnostic (warnings,errors)
  • Code action (suggestions)
  • Type information of hover
  • Type information inlined on top of each function

Requirements

You need ocamllsp in your PATH. https://github.com/ocaml/ocaml-lsp

Extension Settings

Nothing yet

Known Issues

Doesn't work outside a workspace

Release Notes