I have been using Visual Studio Code more and more lately. I recently stumbled across GitLens and I must say I am blown away by it.
If I want to know who modified a line last and view all the changes they made to a file, I simply do this:
Now say I am interested in finding out all the recent changes from a source file, I simply do this:
The ole git blame is there too:
Now if I am interested in what has changed between 2 branches or tags, I can do this:
These are just a few of the great features. If you use git and Visual Studio Code, this extension is well worth a look.