Android Studio "Find usages" found the results in the generated sources. How do I disable it?

This is really annoying what Android Studio is trying to find name/expression

in the generated sources.

Take a look at the screenshot below: enter image description here

Does anyone know how to disable "Usage Search" for a specific directory for example. "build", "multiply", etc.

+3


source to share


1 answer


I had a similar problem where Android studio gave me the usage results from the API.

Once you have completed the "Usage Search", open the search settings.

Find screen



Then edit the scope from the dropdown:

Find usage settings screen

If the available scopes do not suit your needs, you can create your own scopes using File> Options> Appearance and Behavior> Scopes.

0


source







All Articles