Comment on "
Improved "Open Quickly" Feature in Xcode 3.1
"
by Rob Keniger — Jul 20, 08
It doesn't just open headers and .m files, it will also search the headers for method names and provide appropriate header and implementation files.
For example, try typing:
dictionarywitho
You get all the headers containing a method with that signature, such as -dictionaryWithObjectsAndKeys:.
Back to "
Improved "Open Quickly" Feature in Xcode 3.1
"
Technorati Profile
Copyright © Scott Stevenson 2004-2006
by Rob Keniger — Jul 20, 08
For example, try typing:
dictionarywitho
You get all the headers containing a method with that signature, such as -dictionaryWithObjectsAndKeys:.