Navigation within Resx files
JetBrains Rider will help you navigate and search for resources within these files. The File Structure command works perfectly in .resx files and allows you to jump to any resource with a few keystrokes.
Open a .resx file in the editor.
Press Alt0\ or choose Navigate | File Member from the main menu. Alternatively, you can press Ctrl0Q, start typing the command name in the popup, and then choose it there.
You will see the list of resource entries in a popup. You can start typing to narrow down the list.
When you see the desired string in the list, select it and press Enter or click it.
JetBrains Rider's Structure window window can display the structure of resource files. It lists all resource entries in a resource file, visualizing resource IDs, resource text in the current culture, and resource comments (if any).
Open a .resx file in the editor.
Press CtrlAlt0T or choose View | Tools Windows | Structure.
In the Structure window window that appears, select the desired string and double-click it to locate it in the editor.
Optionally, you can use navigation and refactoring features provided in the Structure window.