alefragnani / vscode-project-manager

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

[FEATURE] - When using `List Projects to Open` add a shortcut to open in a new window #744

Closed WeslleyNasRocha closed 2 months ago

WeslleyNasRocha commented 2 months ago

When using the Project Manager: List Projects to Open command, you can select an item and press enter to open the project, there is already a button to open it in another window, but it would be nice to add a shortcut (like ctrl+enter or shift+enter) to open in another window.

image

alefragnani commented 2 months ago

Hi @WeslleyNasRocha ,

I would love that too, but unfortunately, VS Code does not provide a way to create such behavior, as you can notice in #76. It depends on https://github.com/microsoft/vscode/issues/18064.

Whenever an API is available, I'll update the extension to support it.

Hope this helps