/vscode-php-create-class

A Visual Studio Code extension for create Class / Interface / Trait / Enum from context menu in file explorer

Primary LanguageTypeScriptMIT LicenseMIT

Create PHP Class

Create PHP Class for Visual Studio Code

A Visual Studio Code extension for create Class / Interface / Trait / Enum from context menu in file explorer or in opened file.

The namespace is auto-resolved through composer.json file.

Creating Class

CreateClass

Also can be generated by Generate Class code command.

Creating Interface

CreateInterface

Also can be generated by Generate Interface code command.

Creating Trait

CreateTrait

Also can be generated by Generate Trait code command.

Creating Enum

CreateTrait

Also can be generated by Generate Enum code command.