We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In IDE autocomplete for HelperLocator class doesn't have basic helpers like a, base etc
HelperLocator
a
base
Would you like to add it there? It could be achieved by adding PHPdoc to HelperLocator:
/** * @method Helper\Anchor a($href, $text, array $attr = array()) */
The text was updated successfully, but these errors were encountered:
If you think you need the feature send a PR. We will be happy to merge I believe 👍 . Thoughts @jakejohns @pmjones @koriym .. anyone else ?
Sorry, something went wrong.
I think it's good idea.
No branches or pull requests
In IDE autocomplete for
HelperLocator
class doesn't have basic helpers likea
,base
etcWould you like to add it there? It could be achieved by adding PHPdoc to
HelperLocator
:The text was updated successfully, but these errors were encountered: