What Xcode keyboard shortcuts do you use regularly?

Viewed 73787

What Xcode keyboard shortcuts do you use regularly?

I am a huge believer in using the keyboard as much as possible (its much faster that way), and I was hoping others could share some of the Xcode shortcuts they use.

16 Answers

command + shift + j

Reveals the current file in the project navigator. Very useful if you use command + control + J to jump to a definition as Xcode won't automatically reveal the containing file in the navigator.

Command + Shift + Y for the console.

Related