TheNouillet / symfony-vscode

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

Container view is empty #52

Open Misosooup opened 4 years ago

Misosooup commented 4 years ago

Symfony 3.4.14

Settings:

"symfony-vscode.phpExecutablePath": "/usr/local/opt/php@7.3/bin/php",
    "symfony-vscode.enableFileWatching": true,
    "symfony-vscode.consolePath": "app/console",
    "symfony-vscode.showConsoleErrors": true,
    "symfony-vscode.fileWatchingPatterns": [
        "yml",
        "yaml",
        "xml"
    ],

vendor php code lives in vendor/php instead of vendor.

app/console debug:container works in terminal. So does other debug commands.

Container view is empty. There is no console errors.

Would you be able to add some debug logs as to what this plugin is doing? If it's just running app/console debug:container to get the list of services available in symfony, technically this should work.

However, I am getting an empty container/parameter/route view on the side bar and the autocomplete does not work.

Would be good if you could shared some light as to how this is to be configured to get the best output.

Thanks.

linibou commented 4 years ago

Same for me, Symfony 3.4.22 / php 7.3.15

Container view empty, no console errors.

khusseini commented 3 years ago

Also same here in all of my symfony (4.x+) projects. Frankly this extension never worked for me.

AngusZA commented 1 year ago

Anyone got it working that had empty containers?