php - Uses generation in Netbeans -
this question has answer here:
i wonder there way make netbeans work eclipse way choose class name autocompletion list , if use statement class not exist netbeans generate use , use class name without full namespace?
let me demonstrate mean. have base image autocomplete.

current behaviour of netbeans on when hit enter

desired behaviour of netbeans

doing short research using google have found out, ctrl + shift + i key combination invoke operation similar eclipse's shift + o within java (to repair imports, if remember right).
check link operation described.
it should fine write down in example:
$object = new classloader; and hit ctrl + shift + i import classloader's namespace use statement...
Comments
Post a Comment