Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

18 wiersze
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>