From the course: Visual Studio Developer Tips

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Use Ctrl+Tab to cycle through windows

Use Ctrl+Tab to cycle through windows - Visual Studio Tutorial

From the course: Visual Studio Developer Tips

Use Ctrl+Tab to cycle through windows

- [Instructor] In this tip, I'll look at how to move around the active windows in Visual Studio using the keyboard. Now let's talk about the types of windows you have in Visual Studio first. We have tool windows and we have editor windows. The tool windows are things like the Solution Explorer, the Class View, the Toolbox, and the Error List. The editor windows are the ones that open when you open a file. So if I go in here and I open this AboutWindow.xaml file, that's loaded into this tab, so these are the editor windows. Now, the way we're going to move around today is with the Control + Tab keystroke combination. So what you do is you hold down the Control key and don't let go, and then you tap or hold down the Tab key. I'll just tap the Tab key, and that brings up this window, and this tells me which window currently has the focus. I'm in the MainWindow.xaml. I can see that in two places. This file selected here, and it also tells me at the top that I'm in MainWindow.xaml. Now, to…

Contents