Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to activate function reference in WebStorm/PHPStorm?

Is there function reference integrated in PHPStorm/WebStorm ?

I mean like when i point my cursor on some php function , then I press e.g. F1 and it will show me function details (parameters, usage...) on separate page.

Is this integrated in phpstorm/webstorm ?

like image 468
chubbyk Avatar asked Oct 21 '10 17:10

chubbyk


3 Answers

Press Ctrl+Q on any reference to see a doc popup Press Shift-F1 on any reference to open external link (the one lised in quick doc)

like image 145
Alexey Gopachenko Avatar answered Sep 19 '22 20:09

Alexey Gopachenko


I finally figured it out on my imac. Its CTRL + J on MAC

like image 41
chubbyk Avatar answered Sep 21 '22 20:09

chubbyk


You can also hold down Ctrl and hover over for a quick definition and furthermore click (by default) on the function name to jump to the function definition itself.

like image 36
Haza Avatar answered Sep 23 '22 20:09

Haza