Shadcn Helper
A VS Code extension for discovering, installing, and managing shadcn/ui components directly from your editor.
Features
- Component Browser — Browse all available shadcn/ui components in a sidebar panel
- Quick Install — Install components with a single click
- Project Detection — Automatically detects your project setup (React, Next.js, package manager)
- Dependency Check — Verifies required dependencies before installation
- Search & Filter — Find components by name or description, filter by installation status
- Command Palette — Full command palette integration for keyboard-first workflows
- Multiple Package Managers — Supports npm, pnpm, yarn, and bun
Requirements
- VS Code 1.90.0 or higher
- A React project (shadcn/ui components are React-based)
Installation
- Install from the VS Code Marketplace (search "Shadcn Helper")
- Open a React project in VS Code
- Click the Shadcn Helper icon in the activity bar (sidebar)
- Browse and install components
Usage
Click the Shadcn Helper icon in the activity bar to open the component browser.
Commands
Shadcn Helper: Open — Open the Shadcn Helper sidebar
Shadcn Helper: Install Component — Install a component via quick pick
Shadcn Helper: Search Components — Search and jump to components
Shadcn Helper: Check Project — Display project detection results
Shadcn Helper: Refresh Components — Refresh the component list
Settings
shadcnHelper.packageManager — Choose package manager (auto/npm/pnpm/yarn/bun)
shadcnHelper.registry — Custom registry URL (default: https://ui.shadcn.com)
shadcnHelper.autoDetectProject — Auto-detect project on startup (default: true)
Extension Settings
| Setting |
Default |
Description |
shadcnHelper.packageManager |
auto |
Package manager to use |
shadcnHelper.registry |
https://ui.shadcn.com |
Registry URL |
shadcnHelper.autoDetectProject |
true |
Auto-detect project settings |
Known Issues
- Requires an active React/Next.js project with package.json
- shadcn/ui CLI must be available (installs via npx/pnpm/yarn/bun)
Release Notes
See CHANGELOG.md for release history.
License
MIT
| |