Search code examples
androidandroid-studioandroid-shortcut

Command "Parameter Info" is not working in Android Studio 3.5


Before Android studio 3.5 ctrl + p is the command to find out possible parameters of a method but now it is not working as it was before, now it is showing me printing options on ctrl + P


Solution

  • EDIT

    In the latest version Android Studio 3.5, CTRL + P is assigned to print(by default).

    To assign a new key to Parameter Info, double click on the Parameter Info -> Add Keyboard Shortcut and press the key combination you wish to assign.

    ORIGINAL

    On Mac, it is still Command + P as older. To find out what is the new key in windows pc.

    Go to File -> Settings -> Keymap -> Search for parameter info

    enter image description here