PhpStorm 6.0.1 Web Help

File | Settings | IDE Settings | Editor - Auto Import

settings

PhpStorm | Preferences | IDE Settings | Editor - Auto Import

settings

XML

ItemDescription
Show import pop-upAutomatically display an import pop-up dialog box when typing the name of an unbound namespace.

PHP

ItemDescription
Enable auto-import in file scope Select this check box to have PhpStorm automatically import PHP namespaces, add use statements, and complete short class names on the fly when you are typing in a class or file that does not belong to any specific namespace. By default, the check box is cleared.
Enable auto-import in namespace scope Select this check box to have PhpStorm automatically import PHP namespaces, add use statements, and complete short class names on the fly when you are typing in a class or file that belongs to a certain namespace. The check box is selected by default.

See Also

Procedures:

Getting Started:

Web Resources: