You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: Changes.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
## master
2
+
3
+
#### New features
2
4
- Add support for autocomplete for `foo->`: the type of `foo` is used to determine the module to take completions from.
3
5
- 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
+
4
10
- 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).
5
11
- Fix type hint when hovering over labeled arguments of components (See https://github.com/rescript-lang/rescript-editor-support/issues/63).
6
12
- 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).
7
13
- 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... )`.
9
14
10
15
## Release 1.0.5 of rescript-vscode
11
16
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