Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Shadcn HelperNew to Visual Studio Code? Get it now.
Shadcn Helper

Shadcn Helper

Maveec Labs

|
1 install
| (0) | Free
Visual assistant for discovering, installing, and managing shadcn/ui components
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Install from the VS Code Marketplace (search "Shadcn Helper")
  2. Open a React project in VS Code
  3. Click the Shadcn Helper icon in the activity bar (sidebar)
  4. Browse and install components

Usage

Sidebar Panel

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft