views:

20

answers:

2

In Eclipse when you put your cursor on a keyword and press Shift-F2 it brings up the PHP manual page for that keyword.

Is there anything like that in NetBeans?

A: 

i think what you want is ctrl-space ;)

Oliver
That's autocomplete.
Artefacto
at least in netbeans 6.8 it also shows the documentation, ctrl+shift+space is not working ...
Oliver
fyi on a mac its cmd-shift-space ;)
Oliver
+1  A: 

Ctrl+Shift+Space brings up the documentation.

Artefacto
This is probably the closest you'll get. It has the short description of the function from the PHP page and it also has a clickable link in the popup window.
ryeguy