Visual Studio Code - NEW FEATURE: PHP Language Improvements
The 0.10.1 November release features a plethora of improvements, including...
Language - PHP
VS Code is now using the official PHP linter (php -l
) for PHP language diagnostics. VS Code will now stay current with PHP linter improvements.
There are two new settings to control the PHP linter:
- php.validate.executablePath: points to the PHP executable on disk. Set this if the PHP executable is not on the system path.
- php.validate.run: controls whether the validation is triggered on save (value: "onSave") or on type (value: "onType"). Default is on save.
Check out all the new features and update to Visual Studio Code v0.10.3:
https://code.visualstudio.com/updates
Have a good bye!
- Ninja Ed
Comments
Anonymous
December 16, 2015
hi, thanks for info. I will check it out.Anonymous
December 17, 2015
My pleasure, Jason.Anonymous
January 30, 2016
Computers Today (part 1 of 6) blogs.msdn.com/.../computers-today.aspx CS SPOTLIGHT: Girls in computer programming... why it matters!!! blogs.msdn.com/.../cs-spotlight-girls-in-computer-programming-why-it-matters.aspx