Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Trigger Android Studio to show method signature?

is there a shortcut to force Android Studio to show the method signature? Then I firstly want to call a method I see it: enter image description here

But then when I leave this and reenter the signature I dont see it anymore: enter image description here

like image 724
gurehbgui Avatar asked Feb 27 '17 10:02

gurehbgui


2 Answers

Is this really what you are talking about? This command name is "Parameter info".

On Windows, it's assigned to Ctrl+P by default.

On Mac, it's assigned to Command+P by default.

You can change the keys as well from setting.

like image 136
Junaid Hafeez Avatar answered Nov 18 '22 23:11

Junaid Hafeez


Use "Ctrl+p" to get Method Parameter info in android studio.

like image 21
Santosh Bachkar Avatar answered Nov 19 '22 01:11

Santosh Bachkar