News

Integrates PHP_CodeSniffer into VS Code. This extension uses the version of PHPCS defined by the platform-specific executable setting. Through the use of custom reports we are able to generate ...
Live PHP is an extension that helps you automatically refresh UI or designs in PHP projects, which are not included by default. Additionally, it allows you to manage routes without having to manually ...
Design principles are guidelines or best practices to help you write better code that is easy to understand, extend, and reuse. The most important design principles for PHP are SOLID, DRY, and KISS.
A new Visual Studio Tools Marketplace extension provides PHP support for coders working in Visual Studio 2017, with IntelliSense, code completion, a function parameter assistant and other ...
Using ESLint in your VS Code projects is a breeze with the ESLint extension. Every time you save a file, the extension will lint your code for you. By doing so, you can spot mistakes before they ...