Vscode-project-manager: Add keyboard shortcut to switch between open projects

Created on 24 Feb 2017  路  2Comments  路  Source: alefragnani/vscode-project-manager

It would be very handy to have a keyboard shortcut to quickly switch between open projects.

question

Most helpful comment

Hi @peterloron ,

This is already possible, using the _native_ command Switch Window. You just have to define a keybinding for it.

As already discussed in #48, there is no API for that _(to be aware of other VSCode instances)_ so the only way is to use the Switch Window command.

Hope this helps

All 2 comments

Hi @peterloron ,

This is already possible, using the _native_ command Switch Window. You just have to define a keybinding for it.

As already discussed in #48, there is no API for that _(to be aware of other VSCode instances)_ so the only way is to use the Switch Window command.

Hope this helps

Ah! Thanks. I missed that when I was looking through the key bindings.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tdmalone picture tdmalone  路  3Comments

steverandy picture steverandy  路  3Comments

codeshark1 picture codeshark1  路  5Comments

frontcraft picture frontcraft  路  4Comments

mt-webdev picture mt-webdev  路  3Comments