0

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.

enter image description here

I would like it to show the actual JavaDocs. Is this possible?

Community
  • 1
  • 1
Steve Kuo
  • 61,876
  • 75
  • 195
  • 257

1 Answers1

1

Keep holding ctrl key in your keyboard and hover over the method you want to see the JavaDocs for it, then simply click on it.

Edit:

You may also check this link: Android Studio: javadoc is empty on hover

Community
  • 1
  • 1
Hussein El Feky
  • 6,627
  • 5
  • 44
  • 57