StringResourceVisualizer icon indicating copy to clipboard operation
StringResourceVisualizer copied to clipboard

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

Results 8 StringResourceVisualizer issues
Sort by recently updated
recently updated
newest added

Add an option to not show a translation above the line but show all translations as a QuickInfo/tooltip [source](https://twitter.com/bretajohnson/status/1249875179729309697)

Your project seems really impressive. However, I find the resource content displayed over the resources in the editor a bit visually cluttered and not very user-friendly. I have a small...

from marketplace: > This slows down the opening of large files significantly; even when said file has no references to resources! There are a few things to investigate: - Are...

enhancement

This will be in addition to `.resx` files see https://docs.microsoft.com/en-us/aspnet/core/fundamentals/portable-object-localization?view=aspnetcore-6.0

Currently, if a line is longer than the window width and line wrapping is enabled, adornments are only shown for the wrapped part of the line, not the part before...

bug

Look to improve performance when updating the UI through the use of snapshots. See https://docs.microsoft.com/en-us/visualstudio/extensibility/inside-the-editor?view=vs-2017#a-closer-look-at-the-text-model-and-the-text-view Also various entries in https://github.com/Microsoft/VSSDK-Extensibility-Samples/

This _shuold_ provide a performance improvement. There isn't _ATM_ an issue with the performance but as a lot of what the extension does is repeatedly happening on the UI Thread,...

Currently, only .resx files are supported. .resw files have the same internal structure and so should be easy to support. However, the way they are used in code makes their...