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
+3-5
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,11 @@
1
-
## master
2
-
- Add support for @deprecated attributes in autocomplete and hover.
3
-
- Support for upcoming `rescript` npm package for the compiler. Look for `rescript` in addition to `bs-platform` in `node_modules`.
4
-
- Autocomplete: add support for `open!` in addition to `open`.
5
-
6
1
## Upcoming Release of rescript-vscode
7
2
8
3
#### New features
9
4
- Add support for autocomplete for pipe-first `foo->`: the type of `foo` is used to determine the module to take completions from.
10
5
- Add support for autocomplete for decorators such as `@module` and `@val`.
11
6
- Add support for autocomplete of labelled arguments `foo(~label... )`.
7
+
- Add support for @deprecated attributes in autocomplete and hover.
8
+
- Support for upcoming `rescript` npm package for the compiler. Looks for `rescript` in addition to `bs-platform` in `node_modules`.
12
9
13
10
#### Fixes
14
11
@@ -17,6 +14,7 @@
17
14
- 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).
18
15
- 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).
19
16
- Fix autocomplete issue where multiple open's were considered in the wrong priority order (See https://github.com/rescript-lang/rescript-editor-support/issues/72).
17
+
- Autocomplete: add support for `open!` in addition to `open`.
20
18
21
19
## Release 1.0.5 of rescript-vscode
22
20
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