TeamCity Add-in 2019.3 Help

General

ReSharper | Options | TeamCity | General

File System Explorer

This section lets you configure the way TeamCity Add-in displays files in your file system. For example, when you choose Show in Explorer from the context menu of a file in the Local Changes window.

Navigate with

Choose how TeamCity Add-in should display files in your file system:

  • Windows Explorer (default option) — Select this option to use Windows Explorer as a file system explorer.

  • Custom tool — Select this option if you want to use some tool other than Windows Explorer to explore the local file system.
    You will have to specify the path to the executable file of the tool and define arguments that it accepts. Type them manually in the field, or click Tokens to select tokens from the provided list. These tokens will be used to pass data to the tool.
    Click Test Settings to check if the tool works with the specified arguments.

External Diff Viewer

This section lets you configure the tool to be used to display diff preview in the corresponding pane of the Local Changes window.
Note that the diff preview is only supported for Perforce and Subversion VCSs. Team Foundation Server does not support unified diff.

Use an external tool to compare files

Select this check box to specify a diff viewer for TeamCity Add-in.
You will have to specify the path to the executable file of the tool and define arguments that it accepts. Type them manually in the field, or click Tokens to select tokens from the provided list. These tokens will be used to pass data to the tool.
Click Test Settings to check if the tool works with the specified arguments.

Pre-tested Commit

This section lets you customize the pre-tested commit message.

Pattern

Specify a message pattern for pre-tested commit messages. The pattern can consit of arbitrary text and tokens, which will be replaced with the corresponding data in the resulted commit message.

  • %M — message of the initial commit

  • %C — change ID in TeamCity

  • %L — link to the change in TeamCity

dotCover Integration

This section lets you configure the location for TeamCity Add-in to save dotCover coverage snapshots downloaded from the TeamCity server after you enable dotCover integration in ReSharper.

Last modified: 16 April 2020