Skip to content

annoucement#

Introducing Composer for VS Code

Cover Image

We are adding a new extension to the Visual Studio Code Marketplace - Composer All-in-One. Composer "All-in-One" provides complete integration of composer and packagist into Visual Studio Code. The extension provides quick composer commands, IntelliSense for composer.json, code lenses, code actions, schema validation, browsing and searching packages, checking abandoned packages, running user scripts, and it extends VS Code with composer tasks.

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.

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!