TheNouillet / symfony-vscode

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

Autocomplete is broken #40

Open dmatora opened 5 years ago

dmatora commented 5 years ago

After installing plugin I get Symfony Container View tab, and in that tab I can see list of services, but when I type service name in $this->get(' autocomplete is not working (could be macOS related)

How do I debug it?

eexbee commented 4 years ago

Same problem Symfony 4.3.3 vscode 1.36.1 Fedora

josemlbq commented 4 years ago

same here, even when i'm writing $this->render() in a controller function, it does not autocomplete anything about symfony framework. I had a error message "spawn /usr/bin/php enoent" related to symfony for vscode extension, but after i fixed that error, it does not complete like before.

josemlbq commented 4 years ago

I've just installed the extension PHP Intelephense and it seems it does autocomplete now.