I wonder is there any way to make Netbeans work like an Eclipse the way you choose class name from autocompletion list and if use
statement for that class does not exist then Netbeans will generate use
and will use class name without full namespace?
Let me demonstrate what i mean. We have base image with autocomplete.
Current behaviour of Netbeans on when we hit Enter
Desired behaviour of Netbeans