Is there a way to get similar functionality to this one?
https://github.com/randy3k/Project-Manager
Even the out-of-the-box project manager workflow from Sublime would be a nice to have.
Right now I'm working with a structure of files that resembles something like:
-Workspace
- Folder1
- file1
- file2
- Folder2
- Folder3
- file1
- file2
- file3
- Folder4
We are managing the project in Jira (so, a ticket based kind of workflow if that makes sense).
I switch between tickets often times and I would like to save the "state/session/current workspace" (all the files that I was modifying at that time) for a specific task I was working on, so that I can also switch between the files that were involved for a particular task.
I guess I should note that the files I work on are spread across folders also.
I can easily save a Sublime's project and workspace for each ticket and switch to it, but I would like to do something similar in VSCode.
Edit It's been quite some time since I asked, and I'm marking the new answer from @chachan
I also have been using it for a while now, works very well.
Just like Close Folder when a single folder is open in VS Code, there is a Close Workspace (Ctrl+K F) command to close the active Workspace.
To open the Settings editor, use the following VS Code menu command: On Windows/Linux - File > Preferences > Settings. On macOS - Code > Preferences > Settings.
VS Code maintains a debug session while the program is running, and pressing the Stop button terminates the program.
VS Codium is fully open-source software binaries of VS Code licensed under the MIT license. With VS Codium, developers do not need to download and build from the source.
Git Project Manager searches a directory (and subdirs) for git repos so you don't have to manage a list.
Found this one and works cool so far: https://github.com/alefragnani/vscode-project-manager
Currently there is no support for this in VS Code, but its a good idea for an extension.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With