JetBrains Rider 2017.2 Help

Command Line Differences Viewer

Viewing differences

To view differences using command line diff tool

  • In the command line, type the following:
    <JetBrains Rider> diff <path1> <path2>
    where:
    • <JetBrains Rider> is the platform-specific product launcher
    • <path1>, <path2> are full paths to the files to be compared.

Examples

Windows

JetBrains Rider.exe diff C:\SamplesProjects\MetersToInchesConverter\src\javascript\numbers.js C:\SamplesProjects\MetersToInchesConverter\src\coffeescript\numbers.coffee

macOS

/Applications/JetBrains Rider.app/Contents/MacOS/rider64 diff ~/Documents/file1.txt ~/Documents/file2.txt
Last modified: 27 December 2017