TheNouillet / symfony-vscode

Symfony extension for Visual Studio Code
MIT License
20 stars 22 forks source link

Investigate on .phpstorm.meta #29

Open TheNouillet opened 5 years ago

TheNouillet commented 5 years ago

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.