How do I get Android Studio to show JavaDocs when I hover over a method?
I'm running Android Studio and have "Show quick doc on mouse move" enabled. However, when I hover over a method it just shows some useless docs.
I would like it to show the actual JavaDocs. Is this possible?