Programmers on teams remain mysteriously anonymous once you put Git away and go to the editor. I want to see who wrote the various bits of code while I'm VIM editing. It would make the whole thing feel more social. Plus, you could ask the person who wrote the code what it does if you don't understand it.
@drlabman I suppose?
@thor JetBrains based IDEs (Idea IntelliJ, WebStorm etc) let you edit with git annotate/blame output in the gutter next to the line numbers
@thor
Visual Studio and Intellij both have that feature when Git integration is set up. In VS, you get the method author, number of changes, and when the last change occurred
@thor
So editing a file with git annotate output showing?