ReSharper 2017.1 Help

Find Usages

ReSharper | Find | Find Usages
Alt+F7

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

To find resource usages

  1. Set the caret at the resource usage in a code file:
    /help/img/dotnet/2017.1/Resources__Refactorings__Move_Resource_01.png
    or at the resource name in a.resx file:
    /help/img/dotnet/2017.1/Resources__Refactorings__Move_Resource_03.png
  2. In the main menu, choose ReSharper | Find | Find Usages or press Alt+F7.
    • 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. In the main menu, choose ReSharper | Find | Find Usages or press Alt+F7.
    • 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: 12 October 2017

See Also