Skip to content

Commit b2102fc

Browse files
committed
Update comparison Table
1 parent 9e1e810 commit b2102fc

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -267,29 +267,29 @@ option`:
267267

268268
## Comparison of Merlin and OCaml-eglot commands
269269

270-
| `merlin` | `ocaml-eglot` | Note |
271-
| --- | --- | --- |
272-
| `merlin-error-check` | — | The functionality is supported by `eglot` diagnostics (via LSP).
273-
| `merlin-error-next` | `ocaml-eglot-error-next` | |
274-
| `merlin-error-prev` | `ocaml-eglot-error-prev` | |
275-
| `merlin-type-enclosing` | `ocaml-eglot-type-enclosing` | |
276-
| `merlin-type-expr` | `ocaml-eglot-type-expression` | |
277-
| `merlin-locate` | `ocaml-eglot-find-declaration` | |
278-
| | `ocaml-eglot-find-definition` | Available in Merlin by configuration |
279-
| | `ocaml-eglot-find-type-definition` | Available in Merlin by configuration |
280-
| `merlin-locate-ident` || |
281-
| `merlin-occurences` | `ocaml-eglot-occurences` | |
282-
| `merlin-project-occurences` | | Handle by `ocaml-eglot-occurences` (if `ocaml-version >= 5.2` and need an index, `dune build @ocaml-index`) |
283-
| `merlin-iedit-occurrences` | `ocaml-eglot-rename` | |
284-
| `merlin-document` | `ocaml-eglot-document` | also `ocaml-eglot-document-identifier`
285-
| `merlin-phrase-next` | `ocaml-eglot-phrase-next` | |
286-
| `merlin-phrase-prev` | `ocaml-eglot-phrase-prev` | |
287-
| `merlin-switch-to-ml` | `ocaml-eglot-alternate-file` | |
288-
| `merlin-switch-to-mli` | `ocaml-eglot-alternate-file` | |
289-
| | `ocaml-eglot-infer-interface` | It was supported by `Tuareg` (and a bit ad-hoc) |
290-
| `merlin-jump` | `ocaml-eglot-jump` | |
291-
| `merlin-destruct` | `ocaml-eglot-destruct` | |
292-
| `merlin-construct` | `ocaml-eglot-construct` | |
293-
| `merlin-next-hole` | `ocaml-eglot-hole-next` | |
294-
| `merlin-previous-hole` | `ocaml-eglot-hole-prev` | |
295-
| `merlin-toggle-view-errors` | | An `eglot` configuration |
270+
| `merlin` | `ocaml-eglot` | Note |
271+
|-----------------------------|------------------------------------|--------------------------------------------------------------------------------------------------------------|
272+
| `merlin-error-check` | | The functionality is supported by `eglot` diagnostics (via LSP). |
273+
| `merlin-error-next` | `ocaml-eglot-error-next` | |
274+
| `merlin-error-prev` | `ocaml-eglot-error-prev` | |
275+
| `merlin-type-enclosing` | `ocaml-eglot-type-enclosing` | |
276+
| `merlin-type-expr` | `ocaml-eglot-type-expression` | |
277+
| `merlin-locate` | `ocaml-eglot-find-declaration` | |
278+
| | `ocaml-eglot-find-definition` | Available in Merlin by configuration |
279+
| | `ocaml-eglot-find-type-definition` | |
280+
| `merlin-locate-ident` || |
281+
| `merlin-occurences` | `ocaml-eglot-occurences` | |
282+
| `merlin-project-occurences` | | Handle by `ocaml-eglot-occurences` (if `ocaml-version >= 5.2` and need an index, `dune build @ocaml-index`) |
283+
| `merlin-iedit-occurrences` | `ocaml-eglot-rename` | |
284+
| `merlin-document` | `ocaml-eglot-document` | also `ocaml-eglot-document-identifier` |
285+
| `merlin-phrase-next` | `ocaml-eglot-phrase-next` | |
286+
| `merlin-phrase-prev` | `ocaml-eglot-phrase-prev` | |
287+
| `merlin-switch-to-ml` | `ocaml-eglot-alternate-file` | |
288+
| `merlin-switch-to-mli` | `ocaml-eglot-alternate-file` | |
289+
| | `ocaml-eglot-infer-interface` | It was supported by `Tuareg` (and a bit ad-hoc) |
290+
| `merlin-jump` | `ocaml-eglot-jump` | |
291+
| `merlin-destruct` | `ocaml-eglot-destruct` | |
292+
| `merlin-construct` | `ocaml-eglot-construct` | |
293+
| `merlin-next-hole` | `ocaml-eglot-hole-next` | |
294+
| `merlin-previous-hole` | `ocaml-eglot-hole-prev` | |
295+
| `merlin-toggle-view-errors` | | An `eglot` configuration |

0 commit comments

Comments
 (0)