views:

59

answers:

2

Hello,

how could I add an autocomplete for PHP build-in functions like htmlentities or var_dump? The autocompleter work for my classes but there's not autocompletion for functions like mentioned above.

A: 

Read the Help File, or google it.

patricksweeney
Oh come on. It appears in the tips when it starts up (if enabled), a simple google search, or the docs. It's a lazy question.
patricksweeney
A: 

You have to set a "Global Include Path" in Options > PHP > General.

On Mac OS X with MacPorts this should be /opt/local/lib/php, but in the documentation at netbeans.org I didn't find any hints, what to set on other platforms.

Thorsten
In Netbeans 6.9 (Beta) it's working like I want.
Poru