Comments
2 comments
-
There's currently a 'Group by Namespace' option at the top of the Class List although I know this isn't what you want. Just thought it would be a way of initially reducing the noise.
You can also further use the Search functionality for a Namespace you want to examine would also help with this.
I'll add this to the EAP review for consideration.
Stephen -
Keeping fingers crossed
Add comment
Please sign in to leave a comment.
Is there a way to filter out (exclude) all instances from a certain namespace? Or by certain clas name?
I am asking this because WPF is lazy when initializing converters (defined in XAML resource dictionaries) or it creates them and caches them.
So I would really like to ignore these and the easiest way is to filter out all classes from a certain namespace (in my case is bla.bla.Converters).
or perhaps by ceratin name using simple expression (i.e. *Converter) or a regular expression.