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.
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.
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.