ReSharper for Visual Studio Code Help

Search code

ReSharper uses the existing set of VS Code navigation and search actions but enhances their default behavior. Through understanding your solution structure, ReSharper provides significantly more accurate results.

Find files

⌘ P or Go | Go to File...

Use this command to find any file in your solution.

As an alternative to the menu action or shortcut, you can start typing in the search bar at the top.

ReSharper for Visual Studio Code: Go to File in C#

Find symbols

⌘ ⇧ P or Go | Go to Symbol in Workspace...

You can use this command to find any type, method, field, or property in your solution. When you invoke this command, you will see recently visited items. Start typing to narrow down the search.

As an alternative to the menu action or shortcut, you can type # in the search bar at the top and then type the search query.

ReSharper for Visual Studio Code: Find symbols in your solution

Search by file structure

⌘ ⇧ O or Go | Go to Symbol in Editor...

This command displays the logical structure of a file with all types and members in it. You can scroll and find the desired symbol or start typing to highlight all matching symbols.

As an alternative to the menu action or shortcut, you can type @ in the search bar at the top.

ReSharper for Visual Studio Code: Go to symbols in file in C#

Another way to study the file structure is using the Outline view in the Explorer window:

ReSharper for Visual Studio Code: File outline
14 October 2025