php - Uses generation in Netbeans -


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.

base image

current behaviour of netbeans on when hit enter

current behaviour

desired behaviour of netbeans

desired behaviour

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

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -