I work on a lot of different projects. You probably do too.
Back in 2018, I created an extension for VSCode to help solve the problem of managing many different projects, using many different workspaces. It's called Workspace Explorer.
Workspace Explorer provides a file-browser-like experience for your workspaces. Some of the things you can do:
- Workspaces
- Create Workspaces
- Delete Workspaces
- Rename Workspaces
- Open a Workspace in Another Window
- Open a Workspace in the Same Window
- Sub-Folders
- Organize Workspaces in Sub-folders
- Delete Sub-folders
- Rename Sub-Folders
- Custom Icons
- Set Custom Icons for Workspaces and Sub-folders
Workspace Explorer 2.0.0
Today I'm releasing version 2.0.0
of Workspace Explorer. This release brings support for jpg
icons, environment variables in config paths, and patches several bugs. I've incremented the major version as support for SVG icons has been removed, due to an issue in VSCode.
Icon Format Support
svg- png
- jpg (new)
Environment Variable Support
${env:NAME_OF_ENV_VAR}/remainder/of/your/path
/root/of/my/path/${env:NAME_OF_ENV_VAR}/remainder/of/your/path
${env:USERPROFILE}\my\windows\path
Workspace Explorer is developed open source on GitHub. Special thanks to all the contributors and issue reporters over the years.
Top comments (3)
Awesome! Will try this out.
Thanks, I didn't know it, I'm going to try it right now.
Awesome! Hope it makes your dev life easier. After you get your workspaces organized the way you want, you'll find the extension fades into the background like it was part of VSCode from the beginning 😃.
Make sure you get the current one
2.0.0
. Sadly I lost the account credentials to the first version of the extension, so it's forever stuck on1.5.0
.Here's the current one:
marketplace.visualstudio.com/items...