- ## Customizable File Annotations
-
- See customizable file annotations in the editor's status bar and in the gutter, the space beside the line number. Choose between:
-
- **Blame** – showing the commit and author for each line.
- <p align="center">
- <img src="../../images/docs/gutter-blame.png" alt="Gutter Blame" />
- </p>
-
- **Changes** – highlighting any local, unpublished, changes or lines changed by the most recent commit.
- <p align="center">
- <img src="../../images/docs/gutter-changes.png" alt="Gutter Changes" />
- </p>
-
- **Heatmap** – to show how recently lines were changed relative to all the other changes in the file.
- <p align="center">
- <img src="../../images/docs/gutter-heatmap.png" alt="Gutter Heatmap" />
- </p>
|