ProjectSwitch is a Visual Studio Code extension that allows users to quickly switch between different projects, manage switcher configurations, and view a project overview using convenient keyboard shortcuts.
- Quick Switch Projects: Instantly switch between your favorite projects using a customizable keybinding.
- Manage Projects: Add, edit, or remove projects directly from the command palette or the web overview interface.
- Web Overview Interface: A visual interface that displays all your projects and allows for easy management.
- Open the Extensions view in Visual Studio Code (
Ctrl+Shift+X
orCmd+Shift+X
on macOS). - Search for
ProjectSwitch
. - Click Install.
Alternatively, you can install from a .vsix
file by following these steps:
- Download the
.vsix
file. - Open Visual Studio Code.
- Go to the Extensions view (
Ctrl+Shift+X
orCmd+Shift+X
on macOS). - Click on the
...
menu at the top-right corner and select Install from VSIX....
- Switch Projects: Use
Cmd+Shift+U
(macOS) orCtrl+Shift+U
(Windows/Linux) to quickly switch to another project. - Manage Projects: Use
Cmd+Shift+I
(macOS) orCtrl+Shift+I
(Windows/Linux) to add, edit, or remove projects. - Open Web Overview: Use
Cmd+Shift+Y
(macOS) orCtrl+Shift+Y
(Windows/Linux) to open the project overview in a web view.
projectSwitcher.switchProject
: Switch to another project.projectSwitcher.manageProjects
: Manage projects in the Project Switcher.projectSwitcher.openWebOverview
: Open the Project Switcher Overview.
This extension has no specific requirements or dependencies.
- None at the moment. Please report any issues on the GitHub repository.
- Initial release of ProjectSwitch with basic project management and switching capabilities.
Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.
Enjoy managing your projects with ease!