If you need to browse through all usages of a resource in code files of the solution, you can use the Finding Usages feature.
-
Position the caret at the resource usage in a code file:
or at the resource name in a .resx file:
-
On 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.
You can also browse through all usages of a particular resource file in code files of the solution,
- Select the .resx file in the Solution Explorer.
-
On 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.
