Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode window organization tips?

Tags:

xcode

macos

ide

I'm a fairly recent convert to Xcode and OS X. Even though I have two large monitors it feels likes I spend far to much time hunting for windows.

I typically have at least the following windows open:

  • The file I'm editing.
  • A matching header file.
  • Another source file.
  • API Documentation.
  • A browser window.

It seems like whatever I want next is always underneath something else. There are lots of ways to switch windows (e.g., Exposé, Spaces, OS X hotkeys, Xcode hotkeys), but that's part of the problem. There are so many different approaches, I can't blindly use one; I have to think about which is the right one for each situation.

How do you organize your Xcode windows so you aren't switching all the time?

Or, how do you effectively switch between windows?

like image 337
Jon-Eric Avatar asked Oct 14 '22 10:10

Jon-Eric


1 Answers

I prefer all-in-one layout (Xcode's preferences->General). If I need to look at several files simultaneously, I split the editor view (the little button above the vertical scroller). I also constantly use Cmd-Option-UpArrow to switch between .h and .m files. The only other window I have is the documentation browser.

I have a dedicated Space for Xcode so that I can switch between Xcode and Safari with a shortcut.

Xcode is unbelievably customizable, though many options are well hidden.

like image 175
Costique Avatar answered Oct 19 '22 03:10

Costique