Skip to content

Commit d667f3d

Browse files
committed
docs: add doc for phpclass snippet
1 parent 77dd66f commit d667f3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
[![VScode](https://img.shields.io/badge/Extension-VScode-blueviolet.svg)](https://marketplace.visualstudio.com/items?itemName=aspirantzhang.php-enhanced-snippets)
44
![PHP8](https://img.shields.io/badge/PHP-%5E8.0-blue.svg)
5+
[![PSR-2](https://img.shields.io/badge/Standard-PSR--2-%2326A69A.svg)](https://www.php-fig.org/psr/psr-2/)
56
[![PSR-12](https://img.shields.io/badge/Standard-PSR--12-%2326A69A.svg)](https://www.php-fig.org/psr/psr-12/)
67

78
**This [VScode extension](https://marketplace.visualstudio.com/items?itemName=aspirantzhang.php-enhanced-snippets) provide a complete set of code snippets for PHP developers.**
89

910
You can use it to avoid wasting time typing Class blocks, function signatures or other common PHP statements.
1011

12+
## Snippets
13+
14+
### Class related
15+
| Snippet | Output |
16+
| --- | --- |
17+
| phpclass | `standard php class` |
18+
1119
## Special Thanks
1220
This extension is forked from [h4kst3r/php-awesome-snippets](https://github.com/h4kst3r/php-awesome-snippets). Because its author seems to have not maintained it for a long time. So I made this fork to make the extension suitable for new version of PHP. I re-planned the shortcut keys, and add more standardized writing methods. Great thanks to h4kst3r's excellent work.
1321

0 commit comments

Comments
 (0)