Resource Enumerator is a Visual Studio editor viewport adornment, which displays a dropdown with the list of all available resources in the currently open XAML Resource Dictionary. You can select a resource from the dropdown and easily navigate to that particular resource in the Resource Dictionary. The extension also responds and updates the Resources collection as you add new resources to the Resource Dictionary.
Source Code is available @ https://resourceenumerator.codeplex.com/
Revision History: 0.9: Adornment now displayes resource types as well along with resource keys/names. 0.8: Fixed a crash that happens when you have empty values in x:Key 0.7: Adornment now displays sorted list of resources. 0.6: Fixed a crash on Windows 7 due to reference to PresentationFramework.Aero2 assembly. 0.5: Adornment now responds for Visual Studio Theme changes. 0.4: Updated code to make the extension work even when the Resource Dictionary is opened in "Source Code (Text) Editor" instead of XAML Editor. 0.3: Fixed a bug in scrolling into view and also dropped support for VS2012 for now, but will be added soon. 0.2: Enabled support for VS2012 as well. 0.1: Initial Release. |