Skip to content

Commit 8414f33

Browse files
committed
docs: update readme
1 parent 9c79a56 commit 8414f33

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

README.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,42 @@
11
# php-skeleton-generator Extension for Visual Studio Code
22

3-
![php-skeleton-generator Logo](images/logo.png)
3+
<img src="images/logo.png" width="150" style="display: block; margin: 0 auto 10px">
44

55
Looking for an easy and quick way to generate PHP code skeletons? Check out our "PHP Skeleton Generator" extension! With just a few steps, you can create PHP classes, interfaces, traits, and enums with all the properties and methods you need. Our assistant guides you through the process, asking you for the options you need and generating the code for you. Save time and effort when creating your PHP projects with "PHP Skeleton Generator"!
66

77
## Features
88

9-
- Run `php-skeleton-generate` command from the command palette to generate a skeleton for a PHP files [class, interface, enum and trait]
9+
- Run `php-skeleton-generate` command from the command palette to generate a skeleton for a PHP files
10+
- Class
11+
- Interface
12+
- Enum
13+
- Trait
14+
15+
## Usage
16+
17+
1. Press `Ctrl+Shift+P` to open the command palette
18+
2. Type `php-skeleton-generate` and press Enter
19+
3. Chose a type of skeleton
20+
3. Enter the name of your file and press Enter
21+
4. Use the wizard to enrich your skeleton
22+
5. The skeleton for the PHP class will be generated
23+
24+
### New Class
25+
26+
### New Interface
27+
28+
### New Enum
29+
30+
### New Trait
1031

1132
## Planned Features
1233

34+
- compatibility with other PHP versions
35+
1336
## Requirements
1437

1538
- [Visual Studio Code](https://code.visualstudio.com/)
16-
17-
## Usage
18-
19-
1. Press `Ctrl+Shift+P` to open the command palette
20-
2. Type `php-skeleton-generate` and press Enter
21-
3. Enter the name of your class and press Enter
22-
4. The skeleton for the PHP class will be generated
39+
- [PHP 8](https://www.php.net/releases/8.0)
2340

2441

2542
## Credits

0 commit comments

Comments
 (0)