PHP Tools for Visual Studio 1.22

Author by Jakub Misek
3 minutes
PHP Tools for Visual Studio 1.22

Today, we are happy to announce public availability of PHP Tools 1.22. The release brings several internal improvements but also build for latest Visual Studio 2017 RC and complete support for Smarty templating.

Smarty

One of the most requested feature is the support for Smarty templating. We are happy to show the smarty templating with code colorization, tool tips, code completion and other editor features you are used to. The editor is smart enough to show user variables, smarty modifiers and operators. It also does show you source code of modifiers by navigating to its definition right from the smarty template.

Smarty

Please see docs.devsense.com/editor/smarty for more information.

Visual Studio 2017

Latest update of PHP Tools updates support for Visual Studio 2017. While VS 2017 is still a Release Candidate, we are providing the package as a preview.

The package can be downloaded on our download page.

Light Bulbs

Visual Studio 2015 introduced light bulbs as a replacement for smart tags.

Light Bulbs

Pressing Ctrl+. when a light bulb is available shows possible options. This feature allows us to provide more useful suggestions in a future. Light bulbs for PHP code are available in Visual Studio 2015 and newer since PHP Tools 1.22. Currently they provide suggestions for refactoring and implementing an interface and abstract classes.

Composer Improvements

Composer is widely used packaging platform for PHP that is fully supported by PHP Tools. User can view, update and install packages within intuitive UI. The install dialog lists, filters and shows details about all available packages.

Composer

Since 1.22, the dialog also shows amount of downloads and stargazers. Newly there is also note about abandoned packages and its suggested replacement, license and publish date.

Download

Update now to the latest release and let us know what you think. We're always happy to receive your feedback. Image description