https://github.com/luanhimmlisch/luan-php-snippets
PHP snippets pack for Visual Studio Code
https://github.com/luanhimmlisch/luan-php-snippets
php productivity snippets snippets-plugin vscode vscode-extension
Last synced: about 1 month ago
JSON representation
PHP snippets pack for Visual Studio Code
- Host: GitHub
- URL: https://github.com/luanhimmlisch/luan-php-snippets
- Owner: LuanHimmlisch
- Created: 2021-04-02T00:51:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T19:52:19.000Z (about 5 years ago)
- Last Synced: 2025-04-08T22:41:29.927Z (about 1 year ago)
- Topics: php, productivity, snippets, snippets-plugin, vscode, vscode-extension
- Homepage:
- Size: 899 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Luan's PHP Snippets - Visual Studio Code Extension
This extension includes full featured PSR-compliant PHP snippets for an easy and quick development.

**No large snippets! No undocummented functions!**
## Features
|Snippet|Description|
|-------|-----------|
|`php`|****|
|`po`|** $item)**|
|`try`|**try catch**|
|`sw`|**switch**|
|`case`|**case**|
|`th`|**throw**|
|`inc`|**include**|
|`inco`|**include_once**|
|`req`|**require**|
|`reqo`|**require_once**|
|`eco`|**echo**|
|`pr`|**print_r**|
|`dd`|**var_dump**|
|`r`|**return**|
|`def`|**define**|
---
## Release Notes
### 1.1.0
New snippets!
### 1.0.0
Initial release