Anyone knows how to exclude test files from find usages results ?
Like everything that is under : src/test/
|
Anyone knows how to exclude test files from find usages results ? Like everything that is under : src/test/ |
|||
|
|
|
Intellij Ultimate 11 version has an option to search in "Project production files". Just press Alt+F7 on a usage and look on Scope. |
|||
|
|
|
In the Find usages result panel, you can group by test/production. There is a button for tthat. |
|||
|
|