Skip to content

Commit 798a7c9

Browse files
authored
Reorder Changelog master + dead code analysis change
1 parent af598f9 commit 798a7c9

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
## master
2+
3+
Features:
4+
5+
- Add autocompletion for object access of the form `foo["x"]` and `foo["x"]["y"]["z"]`.
6+
- Support autocomplete of records for variables defined in other files.
7+
- Improve autocomplete when several values have the same name, with a heuristic to approximate the correct scope.
8+
- Add a "Dead Code Analysis" mode that will highlight globally dead values, redundant optional arguments, dead modules, dead types (records and variants) ([#334](https://github.com/rescript-lang/rescript-vscode/pull/334))
9+
10+
Fixes:
11+
212
- Fix issue in JSX autocomplete when the component is declared external.
313
- Fix jump-to-definition for uncurried calls.
414
- Fix issue where values for autocomplete were pulled from implementations instead of interfaces.
5-
- Add autocompletion for object access of the form `foo["x"]` and `foo["x"]["y"]["z"]`.
615
- Fix issue with autocomplete then punned props are used in JSX. E.g. `<M foo ...>`.
716
- Fix issue with JSX autocompletion not working after `foo=#variant`.
817
- Fix issue in JSX autocompletion where the `key` label would always appear.
918
- Fix issue in record field autocomplete not working with type aliases.
10-
- Support autocomplete of records for variables defined in other files.
1119
- Fix issue where autocomplete for local values would not work in the presence of `@react.component` annotations.
12-
- Improve autocomplete when several values have the same name, with a heuristic to approximate the correct scope.
1320

1421
## 1.1.3
1522

0 commit comments

Comments
 (0)