Skip to content

Instantly share code, notes, and snippets.

@RafhaanShah
Created July 2, 2021 08:33
Show Gist options
  • Save RafhaanShah/f58548ea5cbccacc3140ff5945424fce to your computer and use it in GitHub Desktop.
Save RafhaanShah/f58548ea5cbccacc3140ff5945424fce to your computer and use it in GitHub Desktop.
Better Android Studio Search Scopes
// https://www.jetbrains.com/help/idea/settings-scopes.html
App Files:
(src:*..*)&&!file:*intermediates*/&&!file:*generated*/&&!file:*build*/
App and Test:
(src:*..*||test:*..*)&&!file:*intermediates*/&&!file:*generated*/&&!file:*build*/
Test:
(test:*..*)&&!file:*intermediates*/&&!file:*generated*/&&!file:*build*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment