Visual Studio plugin to show the text from a resource file instead of the code

Viewed 76

We've been implementing resource files for our globalisation.

Quite often I'll need to search for some text where a user is reporting a mistake or for whatever reason. Obviously now we use resource files all the text is replaced with code to go grab the required string from the resource file

Are there any features in VS or plugins that allow you to open up a cshtml page and have it show the default resource file entries rather than the code?

Thanks

1 Answers
Related