https://github.com/dennykorsukewitz/vscode-addfoldertoworkspace
This extension adds the selected folder to the workspace (VSC Workspace).
https://github.com/dennykorsukewitz/vscode-addfoldertoworkspace
extension pages visualstudiocode vsc workflow workspace
Last synced: 4 months ago
JSON representation
This extension adds the selected folder to the workspace (VSC Workspace).
- Host: GitHub
- URL: https://github.com/dennykorsukewitz/vscode-addfoldertoworkspace
- Owner: dennykorsukewitz
- License: gpl-3.0
- Created: 2023-07-04T08:42:33.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-12-11T23:19:44.000Z (about 1 year ago)
- Last Synced: 2024-12-11T23:19:56.935Z (about 1 year ago)
- Topics: extension, pages, visualstudiocode, vsc, workflow, workspace
- Language: TypeScript
- Homepage: https://dennykorsukewitz.github.io/VSCode-AddFolderToWorkspace/
- Size: 1.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# AddFolderToWorkspace
**AddFolderToWorkspace** is an extension that adds / removes the selected folder (multiple) to / from the workspace (VSC Workspace).
```markdown
Of course, you can use the already built-in function:
`Workspaces: Add Folder To Workspace...` (workbench.action.addRootFolder).
But then you have to click through all the folders again and again.
```
AddFolderToWorkspace is a VSCode extension that streamlines the process of adding and removing folders to and from your projects. It provides a set of commands and context menu options to manage your project's folder structure directly from the editor.
| Repository | GitHub | Visual Studio Marketplace |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|  |   |   |
|  |   |  |
|  |  |   |
|  |  |   |
| Status |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/compare/2.0.1...dev)   |
## Feature
### AddFolderToWorkspace
This Function provides a searchable list of folders (Workspaces) that can be added **simultaneous** to the current VSC Workspace. All configured folders will be displayed.
**Shortcut:** ```strg + alt + k, p```
**Command:** ```AddFolderToWorkspace: Add Folder to Workspace.```

### RemoveFolderFromWorkspace
This Function provides a searchable list of folders (Workspaces) that can be removed **simultaneous** from the current VSC Workspace. All current open folders are displayed.
**Shortcut:** ```strg + alt + k, shift + p```
**Command:** ```AddFolderToWorkspace: Remove Folder from Workspace.```

### Settings
`Preferences -> Settings -> Extensions -> AddFolderToWorkspace`
| Name | Description | Default Value |
| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| addFolderToWorkspace.position | If position is 'Top', the new folder will be added at the beginning of the current workspace. If position is 'Bottom', the new folder will be added at the end of the current workspace. | Bottom |
| addFolderToWorkspace.workspaces | Provides a list of folders (Workspaces) that can be added to the current VSC Workspace. | /Users/ |
| addFolderToWorkspace.recursiveWorkspaces | Provides a searchable (only first level) list of folders (Workspaces) that can be added to the current VSC Workspace. | /Users/ |

---
## Installation
To install this extension, you have **three** options:
### 1. Search Extension in Marketplace
Search and install online extension via VSC extensions menu.
`Code` -> `Preferences` -> `Extensions` simply search for `AddFolderToWorkspace` to install.
### 2. Install via vsix file
Download latest [vsix file](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/releases) and install via extensions menu.
`Code` -> `Preferences` -> `Extensions` -> `Views and More Action` -> `Install from VSIX`.
### 3. Source code
Download archive with the latest [release](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/releases) and unpack it to VisualStudioCode extensions folder
`$HOME/.vscode/extensions/`.
---
## Download
For download see [VSCode-AddFolderToWorkspace](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/releases)
---
Enjoy!
Your [Denny Korsukéwitz](https://github.com/dennykorsukewitz) 🚀