Comment on "
Improved "Open Quickly" Feature in Xcode 3.1
"
by Rob Keniger — Jul 21
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
"
Copyright © Scott Stevenson 2004-2015
by Rob Keniger — Jul 21
For example, try typing:
dictionarywitho
You get all the headers containing a method with that signature, such as -dictionaryWithObjectsAndKeys:.