Skip to content

annoucement#

Bracket pair colorization for PHP in Visual Studio

When you work with code that is deeply nested, it might get hard to know in what context the code is. You should follow good practices and not to create such a code, but sometimes the code is not yours or you are refactoring an old one. In such cases bracket, pair colorization comes in handy. Each bracket pair gets a different color, so you will have an easier job to orient yourself.

PHP Tools, Visual Studio (June 2022)

The June 2022 relese of PHP Tools, the version 1.66, has been released. It brings the great Code Lens adornments into the PHP editor, the support for Eloquent local scopes to the PHP IntelliSense, improved inferring of generic types using class-string<T> annotation, and more!