Skip to content
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

Request for #Parameter type in Method Parameter #196

Closed
hsz opened this issue Dec 12, 2013 · 0 comments
Closed

Request for #Parameter type in Method Parameter #196

hsz opened this issue Dec 12, 2013 · 0 comments
Labels

Comments

@hsz
Copy link

hsz commented Dec 12, 2013

As described in Method Parameter > Hash Tags section, there are many supported types like Entity, Service, ...

However there is no option to autocomplete parameters. When I hit Ctrl+Space inside

$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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants