Intellij : Find usages , but exclude test files from results

intellij-idea

Solution

Intellij Ultimate 11 version has an option to search in "Project production files".

Just press Alt+F7 on a usage and look on Scope.

Problem

Anyone knows how to exclude test files from find usages results ? Like everything that is under : src/test/

Original source

Related problems