Search code examples
phpphpstormjetbrains-ide

Display class constructor in PhpStorm on Ctrl + Space


When I create a new class instance I often could use the list arguments it accepts. Basically some class constructor prototype.

But I does not shows itself by default. Is there any option to display it aside from going into the class source code ?


Solution

  • Try: CTRL+P

    That was suggested by Pete in the comments, and that is what worked for me.