How I can configure Symfony in Visual Studio Code?

3

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.

Jose Carlos Ramos Carmenates

Posted 2016-02-05T01:18:19.377

Reputation: 183

Answers

3

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.

netmikey

Posted 2016-02-05T01:18:19.377

Reputation: 146