casensiom / vscode-real-blamer

VSCode extension to view blame information on files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-real-blamer

Version

Blame tool for Visual Studio Code

Description

Displays blame information on each code line

This project is used to learn, understand, and test vscode extensions. Since this is a learning process, it won't be helpful in the short term. It is even possible that it is put aside and never finished.

Main Features

  • Open blame info from any open file.
  • Shows commit hash per line.
  • Hover message with information from author, date and summary.
  • Button on hover message to open the blame at the line's commit.

About

VSCode extension to view blame information on files

License:MIT License


Languages

Language:TypeScript 100.0%