In XCode 3 I was able to right click an Objective-C method name and choose to search for that method's symbol, so that I could see where it was defined and also where it was called in my codebase. After upgrading to XCode 4, i can no longer do this. Symbol search is also not available in the find options. Is it possible to easily find where a method is used in addition to where a method is defined?
You can at least use the Open Quickly dialog CMD+SHIFT+O
to easily open the symbol definition. This one lets you type in something like initWithArg:andSomeOtherArg:
which I find easier than creating regular expressions for every method. But still I am also missing the Xcode 3 feature that allowed for searching for code that accesses a symbol.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With