Skip to content

Blog#

Bracket pair colorization for PHP in Visual Studio

Cover Image

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.

Commenting your PHP code

Cover Image

When I started to learn PHP years ago, I came across comments. What a controversial subject! Some programmers tend to comment their code, some don’t. Looking for answers, I went to the Internet to find a never-ending discussion on the topic:

PHP Tools, Visual Studio (June 2022)

Cover Image

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!