V
V
Vincent12017-01-12 01:24:50
PHP
Vincent1, 2017-01-12 01:24:50

How to display method signature hint in PHPStorm?

How to display method signature hint in PHPStorm, for example when hovering over a method or hovering over a method + keyboard shortcut? And it would also be great if phpstorm reads parameter hints from phpDoc.
You can ctrl+space, but there the output is not compact, the hint goes off the screen.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Karavaev, 2017-01-12
@Vincent1

It's very simple, ctrl + q when choosing a method. A hint pops up from the docks.
Going to the ctrl + click method. Even to the library, they are simply described in the library of phpstorm itself.
Well, when you put brackets, a list of arguments appears. If you're out of the list, just put a comma after the last argument, wait a second, and you'll be prompted for the arguments again.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question