Skip to content

Commit

Permalink
remove vscode only item from change log
Browse files Browse the repository at this point in the history
it's already mentioned in the vscode change log

Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Aug 19, 2021
1 parent 2d39c33 commit e0c615b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@
Adding `rec` to the definition of `fact` will fix the problem. The new code
action offers adding `rec`.

- Jump to the first hole on calling `Destruct` code action (only with client
VSCode OCaml Platform) (#468)

Example: when a user invokes `Destruct` code action on `Some 1`, this code is
replaced by `match Some 1 with None -> _ | Some _ -> _`, where the 1st and
3rd underscores are "typed holes", a concept created by Merlin to be able to
put "holes" in OCaml code.

With this change, now for VSCode OCaml Platform users, on such invocation of
`Destruct`, the cursor will jump to the first typed hole and select it, so
that user can start editing right away.

- Use ocamlformat to properly format type snippets. This feature requires the
`ocamlformat-rpc` opam package to be installed. (#386)

Expand Down

0 comments on commit e0c615b

Please sign in to comment.