Projectify
Zero-configuration project manager for VS Code
ext install DevEmbers.projectify Organize, group, tag, bookmark, and quickly switch between projects, folders, and workspaces from the sidebar. No setup required.
Features
Sidebar Panel
Dedicated activity bar icon with a full project listing, always one click away.
Nested Groups
Organize projects into hierarchical groups like Work/Frontend or Personal/OSS.
Color Tags
Tag projects with colors for instant visual filtering and categorization.
Favorites
Star your most-used projects to pin them at the top of the list.
SSH & Remote
Full support for remote projects via SSH connections.
Terminal Integration
Launch terminals at project paths with custom shell and environment variables.
Configuration
| Setting | Default | Description |
|---|---|---|
| projectify.sortBy | recency | Sort projects by recency or alphabetically |
| projectify.openBehavior | currentWindow | Open projects in current or new window |
| projectify.showStatusBar | true | Show current project in the status bar |
Keyboard Shortcut: Cmd+Alt+P (macOS) / Ctrl+Alt+P (Windows/Linux) to focus Projectify.
Installation
Open the command palette in VS Code (Cmd+Shift+P) and run:
ext install DevEmbers.projectify