Ignore R.java files in Find results

后端 未结 6 1757
花落未央
花落未央 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:50

    You could just avoid all the generated files from your project, as Mike Evans suggest in this tweet

    You just need add a scope excluding the pattern mentioned:

提交回复
热议问题