Why didn't netbeans auto complete PHP functions

1.2k views Asked by At

enter image description here

I installed netbeans, but when I wrote functions like image[prepare or fetch statement], it did not autocomplete.

1

There are 1 answers

2
yaitloutou On

netbeans has many type of Code Completion, to get suggested completion of a given function, you can use the shortcut ctrl+space.

please make sure that the necessary package of your function are already imported, and that you declare it in an appropriate code block.

note: the shortcut to import all the required package (given that the project has already access to them) is ctrl+shift+i