damian-bal / php-class-generator

VSC Extension for generating PHP classes out of compser PSR-4
4 stars 3 forks source link
vsc vscode-extension

PHP Class Generator (Composer PSR-4)

VS Code extension which helps creating PHP classes in project which is configured to use Composer PSR-4 autoloading.

Note: composer.json (with PSR-4 autoloading configured) file is required in project (workspace).

Old version of this extension can be found here but it doesn't support PSR-4.

Demo

Creating class using wizard

Wizard

Inserting namespace

Namespace

Inserting class/interface/trait

Class

Inserting namespace (using context menu)

Class

Features

Commands