Namespace import of PHP classes
Hello,
Does PhpStorm have the option of importing a namespaced class by inserting a `use` statement if it finds the class on the PHP include path? For instance, in IntelliJ I would usually type in a class, press Alt+Enter, and IntelliJ would offer to import the class for me. If there are multiple classes on classpath with the same name, then it would offer a list and I would choose which one to import. Does PhpStorm have the same feature? I can't seem to find it.
Please sign in to leave a comment.
Hi Darac,
Thanks a lot!