Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.35 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.35 KB

String Resource Visualizer

Works with Visual Studio 2022 Works with Visual Studio 2019 License: MIT Visual Studio Marketplace 5 Stars

Build Tests

A Visual Studio extension that shows the text of a string resource (.resx) when used inline in code.

screenshot

The default (language/culture agnostic) resource file is used to find the text to display but you can override this by specifying a Preferred Culture in settings. (Go to Tools > Options > String Resource Visualizer)

setting

If a string is not specified for the preferred culture, the default value is used instead.

See the change log for changes and road map.