Releases: ocaml/ocaml-lsp
1.24.0
1.23.1
1.23.0
CHANGES:
Features
- Make
inlay-hintfor function parameters configurable (#1515) - Add custom
ocamllsp/jumpToTypedHoleto navigate through typed holes (#1516) - Add a code-action for combining pattern cases (just relaying on regex) (#1514)
- Allow (by configuration) shortening of diagnostics (just highlighting the first line) (#1513)
- Fix
yojson_of_tforNullable_option: serializeNoneasNullinstead of asserting false (#1525 fixes #1524)
Fixes
- Support for
class,class type,methodandpropertyforDocumentSymbolquery (#1487 fixes #1449) - Fix
inlay-hintfor function parameters (#1515) - More precise diagnostics in the event of a failed identifier search (
Definition_query) (#1518) - Remove
ocamlformatapplication afterdestruct(that remove some useful parenthesis) (#1519)
1.21.0-4.14
CHANGES:
Features
-
Make
inlay-hintfor function parameters configurable (#1515) -
Add custom
ocamllsp/jumpToTypedHoleto navigate through typed holes (#1516) -
Add a code-action for combining pattern cases (just relaying on regex) (#1514)
-
Allow (by configuration) shortening of diagnostics (just highlighting the first line) (#1513)
-
Fix
yojson_of_tforNullable_option: serializeNoneasNullinstead of asserting false (#1525 fixes #1524)
Fixes
-
Support for
class,class type,methodandpropertyforDocumentSymbolquery (#1487 fixes #1449) -
Fix
inlay-hintfor function parameters (#1515) -
More precise diagnostics in the event of a failed identifier search (
Definition_query) (#1518) -
Remove
ocamlformatapplication afterdestruct(that remove some useful parenthesis) (#1519) -
Add a new server option
standardHover, that can be used by clients to
disable the default hover provider. WhenstandardHover = false
textDocument/hoverrequests always returns with empty result. (#1416)
1.22.0
1.21.0
1.20.1-4.14
CHANGES:
Fixes
- Deactivate the
jumpcode actions by default. Clients can enable them with
themerlinJumpCodeActionsconfiguration option. Alternatively a custom
request is provided for ad hoc use of the feature. (#1411)
1.20.1
1.20.0-4.14
CHANGES:
Features
-
Add custom
ocamllsp/typeSearchrequest (#1369) -
Make MerlinJump code action configurable (#1376)
-
Add custom
ocamllsp/jumprequest (#1374)
Fixes
1.20.0
CHANGES:
Features
-
Add custom
ocamllsp/typeSearchrequest (#1369) -
Make MerlinJump code action configurable (#1376)
-
Add custom
ocamllsp/jumprequest (#1374)