alefragnani / vscode-project-manager

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

[FEATURE] - Search function change #772

Closed CodeGetters closed 3 weeks ago

CodeGetters commented 3 weeks ago

I want to select an item when searching and open it in a new window instead of this window, just like in a list, I can right-click and choose whether to open it in this window or a new window. I think this can greatly improve the user experience

alefragnani commented 3 weeks ago

Hi @CodeGetters ,

Unfortunately, there is no way to use a keyboard modifier like (Ctrl or Cmd) or a right click in the project list, as VS Code does not support this yet, but the project list displayed while searching for projects contains a button in the right of each project, which allows you to open the project in a new windows.

Hope this helps