Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tabbing between Xcode projects?

Tags:

xcode

macos

ide

Let us say that I have two Xcode projects open on a Mac and I am going back and forth between them. Is there any hot key that can do this (rather then constantly using the mouse). Something analogous to COMMAND + TAB to flip through applications.

like image 840
Eric Brotto Avatar asked Oct 21 '10 08:10

Eric Brotto


People also ask

How do I open tabs in Xcode?

When you hit ⌘ command + T in Xcode it will open new tab, but in the last position.

How do I turn off tabs in Xcode?

The option to hide the window tab bar is located in View → Hide Window Tab Bar . If you would like to make it visible again, there is a reversing option View → Show Window Tab Bar .

What is the keyboard shortcut to move to the top of a file Xcode?

Jump to the top is a simple matter, that is just CMD + UP .


1 Answers

+ ` (above tab on US/en keyboards) will go through open windows in the current app. use shift to reverse the direction.

like image 90
justin Avatar answered Oct 14 '22 13:10

justin