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 13
13
Adding ` rec ` to the definition of ` fact ` will fix the problem. The new code
14
14
action offers adding ` rec ` .
15
15
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
-
28
16
- Use ocamlformat to properly format type snippets. This feature requires the
29
17
` ocamlformat-rpc ` opam package to be installed. (#386 )
30
18
You can’t perform that action at this time.
0 commit comments