Shows inline Visual Studio editor hints for generated Lizerium localization calls in C# files. The hint language follows the Visual Studio UI language and falls back to English.
Inline localization previews for generated localization calls directly inside the Visual Studio C# editor.
This extension augments the Visual Studio editing experience by rendering translated localization values near generated localization method calls such as:
L.MainWindow.Title()
The extension helps developers instantly understand what localization keys resolve to without navigating RESX files or generated code.
Features
Inline localization previews inside the C# editor
Real-time rendering of generated localization values
Integration with Lizerium.Localization.Toolkit
Works with generated strongly-typed localization APIs
Visual Studio 2022 integration
Editor adornments and inline hints
Multi-language localization preview support
Automatic UI language fallback behavior
Example
Instead of seeing only:
L.MainWindow.Title()
the editor can display an inline preview such as:
Main Window
directly inside the editor view.
Designed for
WPF developers
RESX localization workflows
Large multilingual projects
Teams working with generated localization APIs
Developers using strongly-typed localization systems
Ecosystem
Part of the Lizerium.Localization.Toolkit ecosystem: