How do I get Android Studio to stop returning generated code in search results?

前端 未结 3 2033
天涯浪人
天涯浪人 2020-12-05 09:18

Every time I use Search In Path in Android Studio, I end up with generated code being returned as the first section of results.

I usually search for so

3条回答
  •  死守一世寂寞
    2020-12-05 09:59

    I've seen this in IntelliJ, haven't checked in Android Studio. But when you do find in path (via ctrl+shift+F) there's a "File name filter" section in the search popup which has a checkbox called "File masks" which you might be able to filter desired file types.

提交回复
热议问题