brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 193 forks source link

Feature: display authors for each line of code #1310

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi! Is it possible to display authors for each line of code, as is done, for example, in PyCharm. Thank you.

ghost commented 7 years ago

When annotations are enabled, the left gutter looks similar to the following example: https://www.jetbrains.com/help/img/idea/annotate.png The annotations pane provides the following information:

-The number of the changelist within which the annotated change was checked in. -The date when the annotated change was checked in. -The name of the user who checked in the annotated change. -The revision number of the current file.