About 12,800,000 results
Open links in new tab
  1. How to search all files for a string in Android Studio?

    Sep 12, 2015 · Use Ctrl + F combination for Windows and Linux to search in current file. Use Shift + Shift (Double Tap Shift) combination for Windows and Linux to search Project File of Project. In Android Studio 4.1 update, the combination for Mac users changed, now you …

  2. Search all the occurrences of a string in the entire project in Android

    In Android Studio on a Windows, macOS or Linux based machine use shortcut Ctrl + Shift + F to search any string in whole project. It's easy to remember considering Ctrl + F is used to search in the current file.

  3. Android Studio: How to search all files in your project

    May 19, 2022 · In Android Studio, you can search for all files using the following shortcuts: control + shift + F on Windows and Linux; command + shift + F on Mac; A Find in Files window will appear, letting you search for a specific text in your project:

  4. Different Ways to Search All the Occurrences of a String in the …

    Feb 6, 2023 · So in this article, we will take a look at some shortcut keys which we can use to find usages of any string variable in your entire Android Project or in the specific file of the Android Project. We will take a look at three methods to perform this operation.

  5. full text search - 'Find All' in Android Studio - Stack Overflow

    Aug 24, 2015 · New to Android Studio and I wanted to find all instances of something across all java files. I read that shift+shift would bring up a 'Search Everywhere' box but it doesn't work. You can see from the image below that the text is in the open class and it says 'Nothing Found'. Am I missing something? Greg

  6. How to search the keyword in the whole project in Android Studio?

    Text Search provides a quick and simple way to search for text and expression within a project. To use Text Search, open the Find tool window (Ctrl + F / ⌘ + F) and select the “Text” tab. You can then use the aforementioned “In” drop-down menu to search your entire project, the current file, or files of specific types from the popup.

  7. How to Search Something (string) in Android Studio Project

    Jun 20, 2020 · To search for a string/text in your Android Studio Project just double tap on the Shift key and a search window will appear that will allow you to search for the string occurrence in all the files anywhere in your project i.e. lets you search in projects, class files, as well as settings.

  8. How to search a string in whole project in Android Studio?

    In Android Studio on a Windows, macOS or Linux based machine use shortcut Ctrl + Shift + F to search any string in whole project. It’s easy to remember considering Ctrl + F is used to search in the current file.

  9. Android Studio, how do I search in Selected Text, Replace …

    Mar 9, 2023 · I believe this is what you are looking for: https://stackoverflow.com/questions/20249274/find-and-replace-android-studio. I think the shortcut that you're looking for is: Ctrl+Shift+R on Windows and Linux/Ubuntu. Control+Shift+R on macOS (IntelliJ IDEA Classic keymap) Cmd+Shift+R on macOS (macOS keymap) ref: source

  10. What is the shortcut to search for a text inside all project files in ...

    Apr 19, 2021 · I need to find a text occurrence inside all files and classes in Android Studio. I am unable to achieve it with the double Shift or Ctrl+Shift+F. Is there any shortcut key for that?

  11. Some results have been removed
Refresh