Skip to content

Commit c7fe8c9

Browse files
committed
2 parents 0a9195a + f8a53fb commit c7fe8c9

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ Fixes:
55
- `->` autocomplete overruled `.`.
66

77
Features:
8-
- Autocomplete for props in JSX components.
9-
- `->` autocomplete for built-in list, array, string, option types. And for string and array literals.
8+
- Show References!
9+
- Hover now supports markdown docs!
1010
- Hover on labels in component functions with compiler version 9.1, and labels with type annotation.
1111
- Don't show file path on hover (cleaner).
12-
- Show References.
12+
- Autocomplete for props in JSX components.
13+
- `->` autocomplete for built-in list, array, string, option types. And for string and array literals.
14+
15+
Breakages:
16+
- Very old linux versions are no longer supported.
17+
- Hover: no more odoc format support (but it'll still display as text).
1318

1419
## 1.0.8
1520

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ The plugin activates on `.res` and `.resi` files. If you've already got Reason-L
4141
- Build diagnostics.
4242
- Built-in bsb watcher (optional, and exposed explicitly as a pop-up; no worries of dangling build).
4343
- Type hint hover.
44-
- Jump to location.
44+
- Jump to definition.
4545
- Autocomplete.
46+
- Find references.
4647
- Snippets to ease a few syntaxes:
4748
- `external` features such as `@bs.module` and `@bs.val`
4849
- `try`, `for`, etc.

0 commit comments

Comments
 (0)