Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

18 Zeilen
724 B

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