Is there a hotkey to switch between different windows? I know about Ctrl + Tab, which can be used to switch between active tabs, but I would like a way to switch between various windows created by visual studio.
0
votes
2 Answers
0
votes
I think you are looking for Alt + Shift + F7
https://msdn.microsoft.com/en-us/library/a96fx0b9.aspx
See the section: Navigating Among Tool Windows in the IDE
0
votes
As a supplement to the above answer, you will find that "Navigate among files" and "Navigate among tool windows" have the same name: "Window.PreviousDocumentWindowNav" I found that the way to switch is to press the left and right arrow keys when pressing "Ctrl+tab" to switch.