Android Studio: name of keymap/shortcut that displays method parameters hint?

AndroidAndroid Studio

Android Problem Overview


Using the latest version of Android Studio.

Once you type the function name and open brackets, AS would automatically display hint with variable type and name (which is really handy). But sometimes it would just disappear.

Does anyone know the keymap (shortcut) that would trigger it to pop again? (haven't found one in AS options, may be I missed one). In particular, I'd like to know the name of the corresponding shortcut so that I can find it through the Preferences screen and update the assigned keys if necessary.

Android Solutions


Solution 1 - Android

The command name is "Parameter Info".

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

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

Solution 2 - Android

And It's form View menu, called Parameter Info. There is the shortcut on menu.

enter image description here

Solution 3 - Android

To display a dropdown version of all the available parameters, you can use Ctrl + Space to show a dropdown list.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Question0legView Question on Stackoverflow
Solution 1 - AndroidstkentView Answer on Stackoverflow
Solution 2 - AndroidVictor ChoyView Answer on Stackoverflow
Solution 3 - AndroidNikhil M JainView Answer on Stackoverflow