Android Studio: how to show author of just selected line
SOLUTION
You are try this by right clicking on a place where to add debug break point
Chill Pill:)
You can right click besides line number (Left side strip where we put breakpoints) in Android studio code and check annotate option.
OR
You can right click in code file, then select Git option and then select annotate option.
I managed to get the same in Android studio by using a plugin called GitToolBox