NetBeans PHP Code Completion for Standard Functions

seamseamkk

New Member
I have started to use NetBeans 6.9.1 for developing PHP projects. Although it does provide code completion to certain extent, but it's by no means complete. For example, commonly used functions such as implode,explode are not in the list for code completion. Also, it would have been convenient to have code completion for objects made from built in classes, such as HttpRequest.Is there anyway to obtain code completion for the items mentioned above.
 
Back
Top