Find and replace Android studio

后端 未结 10 1624
南旧
南旧 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:41

    Use ctrl+R or cmd+R in OSX

    0 讨论(0)
  • 2020-12-07 08:45

    On Windows:

    Find : Ctrl+F

    Find And Replace In Single Class: Ctrl+R

    Find And Replace In Whole Project: Ctrl+Shift+R

    on OS X ,it is similar, just replace Ctrl with Command

    0 讨论(0)
  • 2020-12-07 08:45

    ctrl + H ..... its give option to replace word from class.

    0 讨论(0)
  • 2020-12-07 08:54

    Try using: Edit -> Find -> Replace in path...

    0 讨论(0)
提交回复
热议问题