How to see diff of each commit with Visual Studio Code

visual-studio-code

I've been trying to move over to Visual Studio Code from WebStorm but WebStorm still has this one killer feature that I can't see how to do in Visual Studio Code.

I can quickly pull up a list of my commits and then diff any one of them:

enter image description here

enter image description here

Please tell me Visual Studio Code has a way of doing this?

Best Answer

Yes, it has built in git integration. Please refer to this tutorial. There are also plethora of extensions, like Git History and Git Project Manager

Git History extension result

Related Question