Navigating to Resources in Visual Studio


Visual Studio provides feature to navigate and open resources easily and you can reach to them by just typing partial name of your project resources line file name, type name, method name etc. For this Visual Studio provides “Navigate To” option in EDIT menu. Shortcut for Navigate to command is “Ctrl+,”.

This will open one compact edit box in top right corner of editor where you can type name and it will display list of matched resources. You can select your desired result and it will open that file with resource location.

navigateto