2

By pressing Shift + F1 on some method in code editor I can open standard API documentation in browser. But, how open support library documentation in android studio 1.02 (by pressing Shift + F1 ) ?

ilw
  • 2,499
  • 5
  • 30
  • 54
  • Possible duplicate of [How to display the documentation for the support libraries inside Android Studio?](http://stackoverflow.com/questions/21490297/how-to-display-the-documentation-for-the-support-libraries-inside-android-studio) – Jade Apr 26 '16 at 15:54

2 Answers2

3

In Android Studio go to Preferences > Editor > General > Other, find "Show quick doc on mouse over Delay (ms)" (it's at the bottom) checkbox and check it.

Now when you hover your mouse over any method a popup with doc will appear.

CODE-REaD
  • 2,819
  • 3
  • 33
  • 60
Mago
  • 485
  • 1
  • 4
  • 8
0

Have you tried with CTRL+Q (or F1 on Mac) shortcut?

Android Studio Tips and Tricks

Davide
  • 123
  • 3
  • 8