ReSharper 2019.2 Help

Coding Assistance for Localization

ReSharper provides a number features that help you work with resources in the editor.

Editing resource value

With the Edit Resource Value command that you can invoke for a resource usage in a code file or for a resource definition in a resource file, you can check and edit resource values for all cultures

To edit resource value

  1. Set the caret at the resource usage in a code file:

    ReSharper: Move to Resource refactoring
    or at the resource name in a .resx file:
    ReSharper: Move to Resource refactoring

  2. Do one of the following:

    • Press Alt+Enter and choose Edit resource value

    • In the main menu, choose ReSharper | Edit | Resource Value.

  3. In the Edit Resource dialog that appears, check the current value of the resource and define a new value if necessary.

    ReSharper Editing resource value

  4. Optionally, you can click Show comments to check the existing comment and modify it if necessary.

  5. If the resource is overridden in several cultures, you can navigate between them. To go to the resource value defined in another culture, use Previous culture and Next culture buttons on top of the dialog or click the culture hyperlink and choose the desired culture.

Code completion

ReSharper provides Code Completion (IntelliSense) features for resource usages in code files. Wherever resource usage is appropriate, ReSharper adds resource classes and resources into completion lists:

ReSharper. IntelliSense for localization resources

Move HTML to resource context action

This context action is available in ASP.NET markup when you select text or a part of HTML code:

ReSharper: Move HTML to resource context action

After you choose this context action, the Select Resource File list opens, where you can choose a resource file to move the selected text or HTML code to. Whether resource files exist or not, ReSharper suggests at least one local and one global resource file. If a resource file does not exist its name is written in italic; it will be created automatically if you choose it.

ReSharper: Move HTML to resource context action

After you choose a resource file, ReSharper replaces the selected text or HTML code with the resource usage and deploys a Hot Spot Session so that you could finish the definition. The resource key is proposed automatically and highlighted with a red frame; the input focus is set there.

ReSharper: Move HTML to resource context action

Accept the proposed value or type another resource key and then press Enter or Tab to finish the operation.

Last modified: 18 November 2019