I'm a big fan of the Open Quickly feature, which is particularly good in Xcode 3.1 and later. When you want to open a file in your project or in a framework, just hit ⌘⇧D, type a bit of the file's name, use the up and down arrows to navigate to it (if need be), and then hit Return.

Also, something I didn't know about Xcode until two minutes ago (when <a href="http://stackoverflow.com/users/23113/schwa">schwa</a> pointed it out in a comment) is that putting the text caret in the filename portion of an `#include` or `#import` statement, invoking Open Quickly, and then hitting Return will result in the included or imported file being opened, since the Open Quickly dialog will have it selected when it opens.