Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio find and replace in code

I am new in Android coding. Is there any way to replace the search result (Ctrl+F) with another text in code? After pressing Ctrl+f it just opens search menu, unlike Eclipse.

like image 601
Hayk Abelyan Avatar asked Nov 28 '22 23:11

Hayk Abelyan


2 Answers

Just use Find and Replace CRTL+R

enter image description here

like image 154
Gabriele Mariotti Avatar answered Dec 04 '22 12:12

Gabriele Mariotti


Ctrl+Shift+R for Replace all in Android Studio in windows

like image 42
O Thạnh Ldt Avatar answered Dec 04 '22 13:12

O Thạnh Ldt