I'm sure this is easy but after 2 days of searching I cannot figure it out. I had NetBeans 8.0 set up so when I typed php commands it would auto complete (or suggest other commands in a drop-down) and give me the parameters needed. For example if I wrote $string = su
there would be a drop-down with substr(string $string, int $start[,int $length])
, substr_count(string $haystack, string $needle[,int $offset = 0[,int $length]])
, substr_compare
.., etc..
My computer crashed and so I started from scratch and reinstalled php and netbeans 8.0 and can't seem to get netbeans auto completing like it was before.
I have setup the php interpreter but don't know if I need to install a plugin or if I'm missing some easy step.
Anyone with the answer would be appreciated.