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
As described in Method Parameter > Hash Tags section, there are many supported types like Entity, Service, ...
Method Parameter > Hash Tags
Entity
Service
However there is no option to autocomplete parameters. When I hit Ctrl+Space inside
Ctrl+Space
$this->container->getParameter()
it suggests me all available parameters. When I tried to make a wrapper for this fuction, like:
protected function getParameter($name) { return $this->container->getParameter($name); }
then it stops suggesting. Is it possible to create #Parameter hashtag to handle parameters ?
#Parameter
The text was updated successfully, but these errors were encountered:
add new #Parameter hashtag and "parameter" contributor #196
a0e8a1c
No branches or pull requests
As described in
Method Parameter > Hash Tags
section, there are many supported types likeEntity
,Service
, ...However there is no option to autocomplete parameters. When I hit
Ctrl+Space
insideit suggests me all available parameters. When I tried to make a wrapper for this fuction, like:
then it stops suggesting. Is it possible to create
#Parameter
hashtag to handle parameters ?The text was updated successfully, but these errors were encountered: