Find and replace Android studio

后端 未结 10 1627
南旧
南旧 2020-12-07 08:18

Is there a way to find and replace all occurrences of a word in an entire project( not just a single class using refactor -> rename) and also maintain case, either in androi

10条回答
  •  春和景丽
    2020-12-07 08:28

    In Android studio, Edit -- > Find --> Replace in path, this will check in whole project including comments and code.

提交回复
热议问题