From 8c91e7cef6e02e46d747999f6721cc25ea7036a4 Mon Sep 17 00:00:00 2001 From: Juan Aguado Date: Fri, 25 Nov 2022 18:57:34 +0100 Subject: [PATCH] Add PHP Create Class --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da2ec96..0fb9fd7 100644 --- a/README.md +++ b/README.md @@ -539,6 +539,10 @@ To enable Emmet support in .twig files, you'll need to have the following in you ### Other extensions +- [PHP Create Class](https://marketplace.visualstudio.com/items?itemName=jaguadoromero.vscode-php-create-class) - An extension for create Class / Interface / Trait / Enum from context menu in file explorer or in opened file. + +![PHP Create Class](https://raw.githubusercontent.com/jaguadoromero/vscode-php-create-class/master/test-class.gif) + - [Format HTML in PHP](https://marketplace.visualstudio.com/items?itemName=rifi2k.format-html-in-php) - Formatting for the HTML in PHP files. Runs before the save action so you can still have a PHP formatter. ![Format HTML in PHP](https://raw.githubusercontent.com/RiFi2k/format-html-in-php/master/format-html-in-php.gif)