Skip to content

Commit ec0ec11

Browse files
committed
docs: update
1 parent 825f3bb commit ec0ec11

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,24 @@
1111
<a href="https://kermanx.github.io/reactive-vscode/" target="__blank"><img src="https://img.shields.io/badge/made_with-reactive--vscode-%23007ACC?style=flat&labelColor=%23229863" alt="Made with reactive-vscode" /></a>
1212
</p>
1313

14-
## Configs
14+
> [!NOTE]
15+
> 🚧 **Preview Version** - This extension is under active development. Some features and configurations may change.
16+
17+
## Features
18+
19+
- **Hover Information** - Quick links to [npmx.dev](https://npmx.dev) for package info and documentation, with provenance verification status
20+
- **Version Completion** - Autocomplete package versions with provenance filtering support
21+
- **Diagnostics**
22+
- Deprecated package warnings
23+
- Package replacement suggestions (via [module-replacements](https://github.com/es-tooling/module-replacements))
24+
- Vulnerability detection
25+
26+
## Supported Files
27+
28+
- `package.json`
29+
- `pnpm-workspace.yaml`
30+
31+
## Configuration
1532

1633
<!-- configs -->
1734

@@ -20,6 +37,7 @@
2037
| `npmx.versionCompletion` | Version completion behavior: 'all' shows all versions, 'provenance-only' shows only versions with provenance, 'off' disables version completion | `string` | `"provenance-only"` |
2138

2239
<!-- configs -->
40+
2341
## License
2442

2543
[MIT](./LICENSE) License &copy; 2026-PRESENT [Vida Xie](https://github.com/9romise)

0 commit comments

Comments
 (0)