PyCharm allows a user to diff any two files in the project, or to diff any file with previous Git commits. Is there a way to diff a file with its version in the stash?
Of course, this is possible from the command line with Git, but I would like to do it with IntelliJ's graphical editor.