On this page:
Viewing differences
- In the command line, type the following:
where:
<IntelliJ IDEA> diff <path1> <path2>- <IntelliJ IDEA> is the platform-specific product launcher
-
<path1>, <path2>are full paths to the files to be compared.
Examples
Windows
IntelliJ IDEA.exe diff C:\SamplesProjects\MetersToInchesConverter\src\javascript\numbers.js C:\SamplesProjects\MetersToInchesConverter\src\coffeescript\numbers.coffee
macOS
/Applications/IntelliJ IDEA.app/Contents/MacOS/idea diff ~/Documents/file1.txt ~/Documents/file2.txt