How can I search for a C++ symbol in xcode 3?

87 Views Asked by At

I'm a Visual Studio user, trying to start working with xcode. In visual studio to find a symbol, you can use the VisualAssist's "Find Symbol" (Shift+Alt+S).

Is there a way achieve a similar result in xcode?

1

There are 1 best solutions below

3
AudioBubble On BEST ANSWER

At the left in your file explorer tab you have some icons above. Press the loopglass icon and you'll get a window where you can choose how to find/replace, where and how.

Xcode lol