File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1313 Adding ` rec ` to the definition of ` fact ` will fix the problem. The new code
1414 action offers adding ` rec ` .
1515
16- - Jump to the first hole on calling ` Destruct ` code action (only with client
17- VSCode OCaml Platform) (#468 )
18-
19- Example: when a user invokes ` Destruct ` code action on ` Some 1 ` , this code is
20- replaced by ` match Some 1 with None -> _ | Some _ -> _ ` , where the 1st and
21- 3rd underscores are "typed holes", a concept created by Merlin to be able to
22- put "holes" in OCaml code.
23-
24- With this change, now for VSCode OCaml Platform users, on such invocation of
25- ` Destruct ` , the cursor will jump to the first typed hole and select it, so
26- that user can start editing right away.
27-
2816- Use ocamlformat to properly format type snippets. This feature requires the
2917 ` ocamlformat-rpc ` opam package to be installed. (#386 )
3018
You can’t perform that action at this time.
0 commit comments