简体   繁体   中英

how to navigate among open VS Code open windows on Mac

I recently updated Visual Studio Code to a new version (1.7.2) on my Mac. I am used to open different 'windows' of VS Code at the same time on different projects. In previous versions of VS Code I could navigate the VS Code open windows via 'cmd+>' (or 'cmd+z', now I do not remember this exaclty). Now this key combination does not work anymore and, to navigate windows, I need to open the 'Window' menu option and chose from there. Does anybody know how to navigate among open VS Code open windows on Mac with this version of VS Code? Thanks in advance

cmd+< is not provided by VSCode, it's a global shortcut of OSX witch works for all applications with multiple windows. You can check if its properly set up in Preferences->Keyboard->Shortcuts在此处输入图片说明

However, there is a command in VSCode to select open windows from a list. Search the command palette for Switch Window , you can bind it to a shortcut yourself, command is called workbench.action.switchWindow .

control+w is working for me

It is showing all active windows

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM