You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This [VScode extension](https://marketplace.visualstudio.com/items?itemName=aspirantzhang.php-enhanced-snippets) provide a complete set of code snippets for PHP developers.**
8
9
9
10
You can use it to avoid wasting time typing Class blocks, function signatures or other common PHP statements.
10
11
12
+
## Snippets
13
+
14
+
### Class related
15
+
| Snippet | Output |
16
+
| --- | --- |
17
+
| phpclass |`standard php class`|
18
+
11
19
## Special Thanks
12
20
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.
0 commit comments