cedricziel / idea-php-typo3-plugin

TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
MIT License
96 stars 8 forks source link

Allow auto-import of unbound namespaces #248

Open cedricziel opened 6 years ago

cedricziel commented 6 years ago

Suppose a ViewHelper that's not bound to any known namespace is used, we should be able to auto-import the namespace like PHPStorm offers for PHP Classes.

Example:

image

Adding a code intention / quick fix on the inspection to fix the problem à la "Bind alias swc to Namespace Foo\Bar\ViewHelpers"