I often want to find the usages of a references, but for some APIs there can be many more usages in test code than elsewhere.
As rust's default is to place test code in the same file, it can be difficult to determine which usages are which without expanding each instance.
In C#, it is relatively simple to work around this by excluding folders or unload test projects.
Would it be possible to add either a new "Find all non-test references", or a project setting to exclude refernces in a test Cfg scope?
I often want to find the usages of a references, but for some APIs there can be many more usages in test code than elsewhere.
As rust's default is to place test code in the same file, it can be difficult to determine which usages are which without expanding each instance.
In C#, it is relatively simple to work around this by excluding folders or unload test projects.
Would it be possible to add either a new "Find all non-test references", or a project setting to exclude refernces in a test Cfg scope?