Skip to content

1.26.0

Latest

Choose a tag to compare

@voodoos voodoos released this 09 Apr 09:33
· 3 commits to master since this release
788ff73

CHANGES:

Features

  • Add custom ocamllsp/refactorExtract request (#1545)
  • Add destruct custom request (#1583)
  • Add locate_types custom request (#1584)
  • Add support for the textDocument/rangeFormatting request (#1591)
  • Allow to configure merlin using build systems other than dune.
    If $OCAMLLSP_PROJECT_BUILD_SYSTEM environment variable is set then OCaml
    LSP will execute $OCAMLLSP_PROJECT_BUILD_SYSTEM ocaml-merlin command to get
    merlin configuration for a module. It is expected the command to communicate
    using merlin-dot-protocol.
    If $OCAMLLSP_PROJECT_ROOT environment variable is set then OCaml LSP will
    use it as a project root directory.

Fixes

  • Enable "hover" on more locations, notably class and object related (#1599)