ReSharper 2018.3 Help

Find Usages

ReSharper | Find | Find Usages
Alt+F7
ReSharper_FindUsages

If you need to browse through all usages of a resource entry or a resource file in the solution, you can use the Finding Usages command.

To find usages of a resource entry

  1. Set the caret at the resource usage in a code file:
    Resources Refactorings Move Resource 01
    or at the resource name in a .resx file:

    Resources Refactorings Move Resource 03

  2. Press Alt+F7 or choose ReSharper | Find | Find Usages from the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the pop-up, and then choose it there.

    • If only one usage is found, ReSharper opens the corresponding code file in the editor and navigates to the usage.

    • It several usages are found, they are displayed in the Find Results window.

To find usages of a resource file

  1. Select a .resx file in the Solution Explorer.

  2. Press Alt+F7 or choose ReSharper | Find | Find Usages from the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the pop-up, and then choose it there.

    • If only one usage is found, ReSharper opens the corresponding code file in the editor and navigates to the usage.

    • It several usages are found, they are displayed in the Find Results window.

Last modified: 25 April 2019

See Also