Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a shortcut key to switch between split panes in visual studio/management studio?

When I have a file open in visual studio/sql server management studio and have it split in to two panes, I'd like to be able to switch between the panes without having to reach for the mouse. Does anyone know if a shortcut key exists for this?

like image 512
David Avatar asked Jun 23 '09 18:06

David


People also ask

How do I toggle between split screens?

To switch between the different windows, you can use the combination alt + tab. This way, I'll select my active window on the left side. Same as before, by using Windows + up arrow I'm going to split the left screen as well.

What is CTRL K in Visual Studio?

Edit.SelectionCancel. Surround with. Ctrl+K, Ctrl+S. (available only in Visual Studio 2019 and earlier)

What is CTRL Shift F in Visual Studio?

Ctrl-Shift-F is used to find all the ocuurance of a string with in entire solution and display find result window as shown below. Ctrl-F is used to find a string in the current document, project and all open documents one by one.


1 Answers

F6 is your friend.

like image 50
Fredrik Mörk Avatar answered Sep 20 '22 18:09

Fredrik Mörk