Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 8b44f0a

Browse files
committed
Split changes into new features and fixes.
1 parent 59d7a8b commit 8b44f0a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Changes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
## master
2+
3+
#### New features
24
- Add support for autocomplete for `foo->`: the type of `foo` is used to determine the module to take completions from.
35
- Add support for autocomplete for decorators such as `@module` and `@val`.
6+
- Add support for autocomplete of labelled arguments `foo(~label... )`.
7+
8+
#### Fixes
9+
410
- Fix issue for uncurried functions where the internal definition of `Js.Fn.arity` is shown on hover. (See https://github.com/rescript-lang/rescript-editor-support/issues/62).
511
- Fix type hint when hovering over labeled arguments of components (See https://github.com/rescript-lang/rescript-editor-support/issues/63).
612
- Fix issue where values declared with type annotation would not show up in autocomplete, and would show no doc comment on hover. (See https://github.com/rescript-lang/rescript-vscode/issues/72).
713
- Fix hover on definitions inside a react component module, or whenever multiple definitins for the same value exist in the module (See https://github.com/rescript-lang/rescript-editor-support/issues/67).
8-
- Add support for autocomplete of labelled arguments `foo(~label... )`.
914

1015
## Release 1.0.5 of rescript-vscode
1116
This [commit](https://github.com/rescript-lang/rescript-editor-support/commit/6bdd10f6af259edc5f9cbe5b9df06836de3ab865) is vendored in [rescript-vscode 1.0.5](https://github.com/rescript-lang/rescript-vscode/releases/tag/1.0.5).

0 commit comments

Comments
 (0)