website/content/blog/gitlens.md

13 lines
633 B
Markdown
Raw Normal View History

2020-01-15 21:51:49 -05:00
---
2023-01-18 11:50:40 -05:00
title: "Git Lens: Superpower Git within VSCode"
2020-01-15 21:51:49 -05:00
date: 2019-10-27T23:38:45-04:00
draft: false
2022-01-02 14:24:29 -05:00
tags: ["Git"]
2020-01-15 21:51:49 -05:00
---
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)