Search code examples
androidandroid-studioannotations

Android Studio: how to show author of just selected line


I noticed a pretty feature in Visual Studio Code (don't know if it's due to the GitLens extension): when I'm editing a line I can see the GIT annotation of that line including author, time of last edit and commit message.

enter image description here

This is quite cool, since it does not take a big amount of space as the "annotations" pane that you can enable in Android Studio. It's fast, easy, straightforward.

My question is: is there any Android Studio extension, as far as you know, allowing a similar visualization?

Thank you Marco


Solution

  • I managed to get the same in Android studio by using a plugin called GitToolBox

    enter image description here

    enter image description here