Simply put the “resource viewer extension” enables you to visually view your ResourceDictionary. To open it go to: View – Other Windows – Resource Viewer. When working with WPF/Silverlight you put your reusable resources in a common ResourceDictionary, those resources might be of type Style, SolidColorBrush, DrawingBrush, BitmapImage and more. The problems starts when you have that ResourceDictionary you have no way to see how your resources look like, making the work process (of both the developer who maintains this dictionary and the one who uses it) clumsy and based on guessing. This extension comes to solve those problems! With the “Resource viewer “ extension you can open any ResourceDictionary and actually see how your resources look like – your icons, brushes, etc. are all being visualized right inside Visual Studio. Than when you’ve found the resource you’ve been after you can “inject” it into a file that is opened within Visual Studio. Features:
V2.0 adds handling for Brushes (DrawingBrush, SolidColorBrush, Gradients, etc.) and a details view. Future plans:
If you are willing to help in any way please drop me a note. https://shemesh.wordpress.com/ Source code is available here: http://resourceviewer.codeplex.com/ |