From 1d4eac8557fff269713e85bb12a0c9bd4f78adec Mon Sep 17 00:00:00 2001 From: PizieDust Date: Tue, 22 Oct 2024 19:31:24 +0200 Subject: [PATCH] update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09680c1ba..444b7ab8c 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ prefix `OCaml:`: | `ocaml.open-repl` | Open REPL | | | `ocaml.evaluate-selection` | Evaluate Selection | `Shift+Enter` | | `ocaml.copy-type-under-cursor` | Copy the type under the cursor | | +| `ocaml.search-by-type` | Search a value by type or polarity | | ## Debugging OCaml programs (experimental)