-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
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
Add support of the console helpers #243
Comments
in standard symfony2 we have multiple impl of the Command class, but one doesnt include getHelperSet, so sometimes its not working. need to find a workaround also for returntypes :) |
Imho this issue is very low priority.Especially on the agenda that two helpers was deprecated and it classes should be instanciated manually. |
I would like this! I don't think they are going away just getting renamed. One was even added in 2.6 :) |
It would be nice add such autocompletes:
$this->getHelperSet()->get(/*suggest*/)
$this->getHelperSet()->get('concrete helper')->/*suggest*/
More information available in the doc http://symfony.com/doc/current/components/console/helpers/index.html
The text was updated successfully, but these errors were encountered: