Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ximilsoft/php-vscode-snippets
PHP snippets for VSCode. Integrating these snippets into your Visual Studio Code setup will significantly enhance productivity during PHP coding.
https://github.com/ximilsoft/php-vscode-snippets
php php-vscode snippet snippets vscode vscode-php vscode-snippets
Last synced: about 1 month ago
JSON representation
PHP snippets for VSCode. Integrating these snippets into your Visual Studio Code setup will significantly enhance productivity during PHP coding.
- Host: GitHub
- URL: https://github.com/ximilsoft/php-vscode-snippets
- Owner: ximilsoft
- License: mit
- Created: 2024-03-29T01:50:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T11:05:08.000Z (7 months ago)
- Last Synced: 2024-06-16T05:19:30.708Z (7 months ago)
- Topics: php, php-vscode, snippet, snippets, vscode, vscode-php, vscode-snippets
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP VSCode Snippets
PHP snippets for VSCode. Integrating these snippets into your Visual Studio Code setup will significantly enhance productivity during PHP coding.
## What are Snippets?
Code snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional statements.
![View](https://code.visualstudio.com/assets/docs/editor/userdefinedsnippets/ajax-snippet.gif)
## How to Use:
### 1. Copying snippets
Copy the content of the **Snippets.json** file.
### 2. Pasting snippets in VSCode
Go to your VSCode snippets file and paste the copied snippets. [Here's a simple explanation](https://www.youtube.com/shorts/eGtIXkZEGPE).
### 3. Maximize Your Productivity
## Sources
- [Snippets in Visual Studio Code](https://code.visualstudio.com/docs/editor/userdefinedsnippets) (Visual Studio docs).
- [How To Create Custom VSCode Snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets) (Video - 9:20).