alefragnani / vscode-project-manager

Project Manager Extension for Visual Studio Code
GNU General Public License v3.0
1.93k stars 224 forks source link

[FEATURE] - highlight opened folder #636

Closed kzhui125 closed 2 years ago

kzhui125 commented 2 years ago

I saved many projects, for example: at a time I may be opening 5 of them.

I want to highlight opened folder, so I can quickly switch between the 5 folder.

alefragnani commented 2 years ago

Hi @kzhui125 ,

A similar request already exists (#299), but the idea is to highlight the current project instead. It is on the Backlog for upcoming releases.

I'm not sure you are aware of, but VS Code itself provides a Switch Window... command, which allows you to switch between open windows. It was released a few releases after I asked for an API exactly for that purpose, but instead they gave us a native command. Way better 😄

Hope this helps