Alternatively, download the .vsix file from GitHub Releases and install it manually via the Extensions view (three dots menu -> "Install from VSIX...").
Open the Project Jump view in the Activity Bar.
Click the + icon to add your current project.
Press Alt+Q (Opt+Q on macOS) 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.enableSettingsSync
Sync your project list across devices
false
projectSwitcher.groupByTag
Group projects by tags in sidebar
true
projectSwitcher.groupBySSH
Group projects by SSH host in sidebar
true
projectSwitcher.debug
Enable debug logging
false
🛠️ Development
# Install dependencies
npm install
# Compile and watch
npm run watch
# Run tests
npm test