Find Usages of Resources
Alt+F7
If you need to browse through all usages of a resource entry or a resource file in the solution, you can use the Find Usages command.
Find usages of a resource entry
Set the caret at the resource usage in a code file: or at the resource name in a .resx file:
Press Alt+F7 or choose
from the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the popup, and then choose it there.If only one usage is found, JetBrains Rider opens the corresponding code file in the editor and navigates to the usage.
It several usages are found, they are displayed in the Find window.
Find usages of a resource file
Select a .resx file in the Solution Explorer.
Press Alt+F7 or choose
from the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the popup, and then choose it there.If only one usage is found, JetBrains Rider opens the corresponding code file in the editor and navigates to the usage.
It several usages are found, they are displayed in the Find window.
Last modified: 08 March 2021