1

Is there a shortcut to trigger the parameters hints in Android Studio as it shows in the following photo:

enter image description here

Nikos Hidalgo
  • 3,666
  • 9
  • 25
  • 39
saad bitar
  • 45
  • 1
  • 6
  • Not the right place to ask this over here, you can ask about programming errors & stuff. You can easily do that after some google time – Blu Feb 11 '20 at 14:31

1 Answers1

3

To reveal the Parameter Info, place the cursor in the parameters' location within a method, constructor, etc and:

On Mac, use Command+P

On Windows use Ctrl+P

Federico klez Culloca
  • 26,308
  • 17
  • 56
  • 95
Dipankar Baghel
  • 1,932
  • 2
  • 12
  • 24
  • 1
    Good but seems like a temporary solution. To fully enable the SHOW HINTS feature, read this answer. https://stackoverflow.com/questions/47136404/android-studio-3-0-parameter-hints-information-not-always-visible – Collins USHI Apr 04 '21 at 22:25