Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Bdubba Project FinderNew to Visual Studio Code? Get it now.
Bdubba Project Finder

Bdubba Project Finder

bdubba

| (0) | Free
Fast live search for project directories with smart exclusions. Quickly find and open your code projects.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Project Finder

Fast live search for project directories with smart exclusions. Quickly find and open your code projects in VS Code.

Features

🚀 Live Project Directory Search

  • Instant search through your project directories
  • Live filtering as you type - no delays!
  • Smart exclusions to avoid clutter (node_modules, .git, system directories)
  • One-click opening of projects

⚡ Terminal Command Runner

  • Run any terminal command directly from VS Code
  • See formatted output in a new document
  • Perfect for quick git status, npm commands, etc.

How to Use

Find Project Directories

  1. Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
  2. Type "Project Finder: Find Project Directories"
  3. Start typing to filter your projects
  4. Click any project to open it

Project Search Demo

Run Terminal Commands

  1. Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
  2. Type "Project Finder: Run Terminal Command"
  3. Enter any terminal command
  4. Results open in a new VS Code document

Configuration

By default, Project Finder searches in:

  • ~/code
  • ~/projects
  • ~/code/blackcat

It automatically excludes common directories like:

  • System: Library, System, Applications
  • Development: node_modules, .git, dist, build, .next
  • Personal: .Trash, Pictures, Movies, Music

Requirements

  • VS Code 1.103.0+
  • fd command (install with brew install fd on macOS)

Installation

  1. Install from VS Code Marketplace
  2. Install fd: brew install fd (macOS) or equivalent for your OS
  3. Restart VS Code
  4. Use Command Palette to access commands

Commands

Command Description
Project Finder: Find Project Directories Live search through project folders
Project Finder: Run Terminal Command Execute terminal commands from VS Code

Why This Extension?

  • Blazing fast - preloads all directories, uses VS Code's built-in filtering
  • Clean interface - no clutter, just what you need
  • Smart defaults - excludes noise, focuses on your actual projects
  • Productive workflow - quickly jump between projects

Release Notes

1.0.0

Initial release of Project Finder:

  • Live project directory search with smart exclusions
  • Terminal command runner with formatted output
  • Optimized for macOS development workflows

Contributing

Found a bug or want a feature? Open an issue

License

MIT


Enjoy blazing fast project navigation! 🚀

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