Wednesday, April 16, 2008 12:57 PM
OK, so maybe this is only news to me, but I just discovered this for myself yesterday. The ReSharper Go to Type by Name window supports wildcards when searching for a type.
Imagine that you have the following types: ProjectSyncAdapterTest, ProjectExpenseSyncAdapterTest, and ProjectGroupSyncAdapterTest. What if you want to choose a certain test fixture from all of your sync adapter tests for the Projects schema? You can't display all of them using standard camel casing because although the acronym is almost the same for each file, they differ by one letter (PSAT, PESAT, PGSAT). What we need is a wildcard, luckily ReSharper happens to support just such functionality...
For reference, I'm using ReSharper version 4.0.775.22 (EAP).