Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.13 KB

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.