Xcode - search text in all files

后端 未结 6 1440
独厮守ぢ
独厮守ぢ 2020-12-15 02:23

Is there a way to search through all Xcode project files? I know that I can find some text inside file with finder, but finding something with Xcode will be very helpful. Wh

6条回答
  •  一向
    一向 (楼主)
    2020-12-15 02:48

    To do it simply from the UI, with a click

    By default, this will be searching through the entire project searching for any files containing the specific string you entered.

    From this point, you can start doing more stuffs like replace all, etc, like this

提交回复
热议问题