Guide
VS Code Extension
The npmx VS Code extension brings npmx.dev insights into your editor.
Installation
Install from the VS Code Marketplace, the Open VSX Registry or run:
code --install-extension npmx-dev.vscode-npmx
Features
- Hover Information - Quick links to npmx.dev for package info and documentation, with provenance verification status
- Version Completion - Autocomplete package versions with provenance filtering support
- Diagnostics
- Deprecated package warnings
- Package replacement suggestions (via module-replacements)
- Vulnerability detection
Supported Files
package.jsonpnpm-workspace.yaml
Configuration
For full configuration options and detailed usage, take a look at the GitHub repository.