How to search for strings in a project in an Android studio

Asked 1 years ago, Updated 1 years ago, 136 views

It might be a stupid question, but is there a way to search for the string I'm looking for throughout the project other than Ctrl+F? For example, I want to find the string .getUuid(), but Edit->Find is just a search in the current document. Is there any search in the project?

android search intellij-idea android-studio

2022-09-22 22:23

1 Answers

Use Edit->Find->Find in path to search for the string in your project.


2022-09-22 22:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.