Skip to content

jaguadoromero/vscode-php-create-class

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published