Ignore R.java files in Find results

后端 未结 6 1758
花落未央
花落未央 2020-12-05 06:51

When I do a Find in Path (Ctrl+Shift+F), I often get results under \"Usages in Generated Code\" in R.java files. When I\'m searching my code, I want to do just that: search

6条回答
  •  死守一世寂寞
    2020-12-05 07:37

    To search multiple modules but ignore R.java, you could use the following mask IF you don't have any other single character file names in your project:

    ☑ File mask(s): ??*.*
    

    i.e. Limit results to filenames with at least 2 characters + any extension.

提交回复
热议问题