Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse PDT equivalent for NetBeans PHP Ctrl+P inside function call parenthesis

Tags:

eclipse-pdt

When I press Ctrl+P in NetBeans PHP while writing down function call parameters I get a tooltip reminding me of the parameters: netbeans screenshot

Is there an equivalent for this in Eclipde PDT? It seems I can only get the autocomplete box while typing the function name - as soon as the cursor is in the function calls parenthesis there is no obvious way to get the autocomplete box again or anything like the tooltip above.

Ctrl+Space just gives me a list of local variables...

like image 440
Strayer Avatar asked Aug 30 '26 14:08

Strayer


1 Answers

Yes there is! : Ctrl+Shift+Space does something similar in PDT. Get a list of all shortcuts by pressing Ctrl+Shift+L.

like image 137
greg0ire Avatar answered Sep 04 '26 09:09

greg0ire