Skip to content

Commit c6d944f

Browse files
committed
update features section of readme
1 parent fe6d524 commit c6d944f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,16 @@ The only 2 themes we don't (and can't) support, due to their lack of coloring, a
5959

6060
- Supports `.res`, `.resi` and `bsconfig.json`.
6161
- Syntax highlighting.
62-
- Formatting, with caveats:
63-
- Currently requires the file to be part of a ReScript project, i.e. with a `bsconfig.json`.
64-
- Cannot be a temporary file.
62+
- Formatting.
6563
- Build diagnostics.
6664
- Built-in bsb watcher (optional, and exposed explicitly as a pop-up; no worries of dangling build).
6765
- Type hint hover.
6866
- Jump to definition.
6967
- Autocomplete.
7068
- Find references.
7169
- Rename.
72-
- Inlay Hints
70+
- Inlay Hints.
71+
- Code lenses.
7372
- Snippets to ease a few syntaxes:
7473
- `external` features such as `@bs.module` and `@bs.val`
7574
- `try`, `for`, etc.

0 commit comments

Comments
 (0)