StringResourceVisualizer
StringResourceVisualizer copied to clipboard
Support displaying resource values on wrapped lines
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 the break.
The adornment is missing in the image below; it should be in the red ellipse.

If the line doesn't wrap it is displayed.

All should be shown for a wrapped line.
This is still happening in VS17.13.0 preview 1.0
Moving to back burner as can find no APIs providing a way to control above line adornments when lines are wrapped.