Ubuntu – How to configure Symfony in Visual Studio Code

ubuntu 15.10visual-studio-code

I have installed Visual Studio Code on Ubuntu 15.10 and I need this to recognize all features of Symfony Framework to develop.

I have not found a way to recognize me internal functions, services, so on.

Best Answer

Visual Studio Code has basic PHP support built in, but as of now, I don't think there is a specific Symfony Plugin that would give you the deep framework integration you'd get with the Symfony Eclipse Plugin or PHPStorm.

If someone ever creates such an extension, the Visual Studio Marketplace would probably be the right place to look for it.

Related Question