Skip to content

Request for #Parameter type in Method Parameter #196

@hsz

Description

@hsz

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions