⚒️Thor, the Norseman⚒️ er en bruker på snabeltann.no. Du kan følge dem eller kommunisere med dem hvis du har en konto hvor som helst i fediverset. Hvis du ikke har en konto så kan du registrere deg her.
⚒️Thor, the Norseman⚒️

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.

@thor
So editing a file with git annotate output showing?

@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