Anyone knows how to exclude test files from find usages results ?
Like everything that is under : src/test/
I found this answer extremely helpful:
https://stackoverflow.com/a/45958976/5449497
By putting !*Test.java into the File Mask textfield you can exclude Testfiles from your search results within the project.
!*Test.java