You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Adding a code intention / quick fix on the inspection to fix the problem à la "Bind alias swc to Namespace Foo\Bar\ViewHelpers"
The text was updated successfully, but these errors were encountered:
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:
Adding a code intention / quick fix on the inspection to fix the problem à la "Bind alias swc to Namespace
Foo\Bar\ViewHelpers
"The text was updated successfully, but these errors were encountered: