Project Jump

English | 简体中文
Project Jump is an ultra-minimal, fast, and stable VS Code extension designed to help you switch between your projects instantly.
✨ Features
- 📁 Save Projects: Easily save folders or workspaces with custom names, tags, and SSH host information.
- 🚀 Project Jump: Instant project switching via
Alt+Q with fuzzy search.
- 📌 Pinning: Keep your most important projects at the top.
- 🌐 Remote Support: Fully supports SSH Remotes, WSL, and Dev Containers.
- 🌲 Tree View: Manage projects via a dedicated side bar.
- 📊 Status Bar: See your current project at a glance and switch quickly.
- 🔍 Powerful Search: Search by name, tags, or SSH hostname.
🚀 Getting Started
- Install from the VS Code Marketplace.
- Open the Project Jump view in the Activity Bar.
- Click the
+ icon to add your current project.
- Press
Alt+Q to switch between projects anytime.
⚙️ Configuration
| Setting |
Description |
Default |
projectSwitcher.defaultOpenMode |
Open project in current or new window |
current |
projectSwitcher.sortBy |
Sort projects by recent or name |
recent |
projectSwitcher.showStatusBar |
Show current project in status bar |
true |
projectSwitcher.debug |
Enable debug logging |
false |
🛠️ Development
# Install dependencies
npm install
# Compile and watch
npm run watch
# Run tests
npm test
📄 License
This project is licensed under the MIT License.
| |