Quantcast
Channel: MSDN Blogs
Viewing all articles
Browse latest Browse all 12366

Visual Studio Code - NEW FEATURE: PHP Language Improvements

$
0
0

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


Viewing all articles
Browse latest Browse all 12366

Trending Articles