Daniel Kaplan
Daniel Kaplan

Reputation: 67504

I have generated a diff file using the diff command, how do I view it in Intellij's "Differences Viewer"?

I have a diff file I've created with the cygwin diff command. I named it "output.diff". I like the way the Intellij Differences Viewer works, so I'd like to view the differences there, but when I double click on the file, it opens it as a text file. Is there a way to have Intellij open the diff file in the Differences Viewer?

Upvotes: 0

Views: 58

Answers (1)

SparkOn
SparkOn

Reputation: 8956

Just in the project explorer press Ctrl and select the two files. Then just do Ctrl+d . it will pop up the difference viewer.

Upvotes: 2

Related Questions