frameworks - How to get code completion to work for PHP in Netbeans? -
how code completion work php in netbeans 6.9.1? want netbeans suggest native php functions.
edit:
the auto complete works reserved vars , reserved keywords not native functions. looking @ example above, should suggest e.g str_replace, strlen, etc...that doesnt happen after ctrl + spc.
just make sure have enabled php plugin, should trick. btw autocomplete might not work while netbeans checking project changes though...
Comments
Post a Comment