Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 711 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 711 Bytes

QuickSwitch

An extension for Visual Studio for quickly switching between similar files.

Works just like Ctrl+Tab. Press Ctrl+Alt+O to open the window. Hold Alt while pressing O to pick the file. Release Alt to select the file.

To change the shortcut, go to Tools -> Options -> Environment -> Keyboard and search for Tools.InvokeSwitchCommand. Make sure there are no conflicts with other commands or it won't work.

Some example use cases:

Switch between header and source files

cpp_example.png

Switch between XAML and code-behind

xaml_example.png

Switch between View and ViewModel

image.png