--- title: "Git Lens: Superpower Git within VSCode" date: 2019-10-27T23:38:45-04:00 draft: false tags: ["Git"] --- Git Lens is a great Visual Studio code extension. It annotates the line your cursor is on with the commit it came from. Extreemely useful for determining the reason that line of code is written or even who wrote it. Images from the github page. (If they still exist when you read this) ![Current Line Blame](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/current-line-blame.png)![Git Code Lens](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/code-lens.png)