Hi,
i´ve just upgraded to 9.0 and it´s amazing and i love it!
But something disturbs my known "workflow":
New php class dialog
1. In 8.x the focus on opening this dialog was on Class Name, now it is on Namespace, is it possible that i can change the focus input field in my settings
2. In the most of my project i didn´t use namespace yet, can i turn off the namespacesupport by project/workspace
3. If i let the namespace empty, and use superclass or interface with the new class, i get a slash before the superclass or interface if i create the new class. Whre can i turn this off?
4. Where can i say, that the require_once checkbox is always unchecked ( i use autoload in my projects and i didn´t need any require statement
Autocomplete on editing
I have a static protected var $api, i accessing this via self::$api->...
in 8.0 the $api var was in the dropdown on the first position so i was able to write self:: <enter> to get the $api var, now in 9.0 this var is moved to the "end" of the dropdown, because the functions were moved to the top. Is it possible to change this anywhere in the settings, i want the $api back on top ;)
Best Regards
Oliver

