Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Project Manager in VSCode? [closed]

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.

like image 984
ackzell Avatar asked Jan 13 '16 16:01

ackzell


People also ask

How do you close a project in VS Code?

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.

Where is project setting in VS Code?

To open the Settings editor, use the following VS Code menu command: On Windows/Linux - File > Preferences > Settings. On macOS - Code > Preferences > Settings.

How do you stop a program from running VS Code?

VS Code maintains a debug session while the program is running, and pressing the Stop button terminates the program.

Is VS Code closed source?

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.


3 Answers

Git Project Manager searches a directory (and subdirs) for git repos so you don't have to manage a list.

like image 171
0bel1sk Avatar answered Oct 01 '22 21:10

0bel1sk


Found this one and works cool so far: https://github.com/alefragnani/vscode-project-manager

like image 32
chachan Avatar answered Oct 01 '22 19:10

chachan


Currently there is no support for this in VS Code, but its a good idea for an extension.

like image 36
Wade Anderson Avatar answered Oct 01 '22 21:10

Wade Anderson