ReSharper settings in VS Code
Build
Name | Description |
|---|---|
Use custom .NET CLI executable path The path to the .NET CLI tools executable is detected automatically, but you can specify a path to a custom installation if your setup requires it. | |
Use custom Mono executable path You will need a Mono executable if you want to build .NET projects on macOS. By default, ReSharper automatically detects Mono executable on your machine. You can specify a custom path for a non-standard location. | |
Use custom MSBuild path By default, ReSharper will use the latest MSBuild version found on your machine. You can specify a custom path to use another version or if the MSBuild executable is in a non-standard location. | |
Verbosity of build-related output messages | |
Restore NuGet packages before build When this checkbox is selected, ReSharper will restore NuGet packages for all projects in the current solution . Note that this option requires .NET Framework 4.5 or later to be installed on your machine. | |
Run NuGet restore on build if needed | |
Use ReSharper build engine If this checkbox is selected, ReSharper for Visual Studio Code will optimize build process with ReSharper Build, which tracks changes in your solution and only rebuilds modified projects and necessary dependencies. If the checkbox is unselected, ReSharper will delegate the entire solution build to MSBuild.exe. You may need to disable this option if your solution includes projects with custom build steps. |
Completion
Name | Description |
|---|---|
Time (in ms) to wait for the full completion list. If not ready after this time, a partial list is returned immediately, and additional suggestions will appear on the next typing. | |
Number of completion items to pre-resolve from completion list. Improves completion responsiveness but completion list can take longer to load. |
Diagnostics
Name | Description |
|---|---|
Traces the communication between VS Code and ReSharper language server. |
Editor
Name | Description |
|---|---|
Enable advanced typing assist features. Only applies when Format On Type is enabled For more information of the typing assistant features, see Typing assistance. | |
Move the cursor when applying formatting edits after typing. Only applies when Format On Type is enabled |
NuGet
Name | Description |
|---|---|
Include prerelease versions of packages in search result For more information, see Consume NuGet packages. | |
Include unlisted versions of packages in search result For more information, see Consume NuGet packages. |
Solution
Name | Description |
|---|---|
Automatically open the last used solution in the workspace | |
Automatically open solution if it's the only one in the workspace | |
Show solution load status in notification area | |
Show notification when solution files are found in the workspace, but none are opened automatically |
Solution Explorer
Name | Description |
|---|---|
Track the active file in Solution Explorer |