You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a continuation of what has been discussed in #18.
The goal is to provide autocompletion of the Symfony container, juste like the Symfony PHPStorm plugin.
Discussions revolved around a "stub" which maps services Ids to container aware methods.
This is something that is (too ?) dependent of a PHP language extension. If a stub like this can be parsed by a PHP extension, then the Symfony extension have to implement a feature to generate such a stub.
The text was updated successfully, but these errors were encountered:
Related links :
This is a continuation of what has been discussed in #18.
The goal is to provide autocompletion of the Symfony container, juste like the Symfony PHPStorm plugin.
Discussions revolved around a "stub" which maps services Ids to container aware methods.
This is something that is (too ?) dependent of a PHP language extension. If a stub like this can be parsed by a PHP extension, then the Symfony extension have to implement a feature to generate such a stub.
The text was updated successfully, but these errors were encountered: