JetBrains Rider 2019.3 Help

Navigation between Code and Resx Files

JetBrains Rider's navigation features (Go to Usages of Symbol and Go to Declaration) help you navigate between implementations of resources in .resx files and their usages in code files.

To navigate from declaration to usage

  1. Open a .resx file in the editor.

  2. Place the caret at the name of a resource.

  3. Press Shift+Alt+F12 or choose Edit | Find | Show Usages from the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the popup, and then choose it there.

  4. JetBrains Rider will open the code file where the resource is used. If there are two or more usages, you can select one of them in the list.

To navigate from usage to declaration

  1. Open a code file where a resource is used.

  2. Place the caret at the usage of resource property:

    JetBrains Rider: Resources navigation. Go to declaration
    or at the name of the resource used in code:
    JetBrains Rider: Resources navigation. Go to declaration

  3. Press F12 or choose Navigate | Declaration or Usages from the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the popup, and then choose it there.

  4. Select a declaration from the list. You can navigate to the declaration of the property in the generated wrapper or to the resource declaration in .resx file.

Last modified: 16 April 2020