Is there a shortcut to trigger the parameters hints in Android Studio as it shows in the following photo:
Asked
Active
Viewed 891 times
1
-
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 Answers
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
-
1Good 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