Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Navigate Between Projects in Xcode 4.0

Tags:

xcode

macos

I'm finally starting to get over my initial frustrations with Xcode 4.0 (why on earth did they think changing all of the keyboard shortcuts was a good idea).

However, one simple task is beyond me right now... how do I switch between multiple open projects via the keyboard?

For example, I have two different Xcode projects open, and the mac will put them both into the same Xcode application (unlike Windows where you can easily see multiple instances of the same application open). I want to quickly toggle back and forth between these projects without going to Window -> (choose the other project). Is there an easy keyboard shortcut for this? It seems that there used to be.

like image 878
Matt Avatar asked Apr 07 '11 14:04

Matt


People also ask

How do I open two Xcode projects?

Use File/Open ( ⌘O ) to open a project in another window. Save this answer.

How do I switch between projects in Android Studio?

In Android studio command to switch between diffrent project windows (i.e. windows those are not minimised) is as following : ⌘` -> (i.e command + backtick) -> for next project window. ⇧⌘`-> (i.e shift + command + backtick) for previous project window.


2 Answers

To switch use following Keyboard shortcut Cmd + `

like image 80
Matt Avatar answered Sep 30 '22 16:09

Matt


Command + tilde("~") keys. Can be very useful when you have limited screen space.

like image 30
Ryan Murphy Avatar answered Sep 30 '22 15:09

Ryan Murphy