Home > OS >  Android studio hints
Android studio hints

Time:09-18

How to enable tooltips in android studio when hovering over class or method should show documentation etc like intellij

CodePudding user response:

In intellij is ctrl q

Try in Android studio. If not, go to settings and bind the shortcut.

This question is duplicated: How to view method information in Android Studio

  • Related