https://github.com/imanilchaudhari/yii2-snippets-vscode
Yii2 snippets for Visual Studio Code
https://github.com/imanilchaudhari/yii2-snippets-vscode
Last synced: 3 months ago
JSON representation
Yii2 snippets for Visual Studio Code
- Host: GitHub
- URL: https://github.com/imanilchaudhari/yii2-snippets-vscode
- Owner: imanilchaudhari
- License: mit
- Created: 2016-10-28T10:52:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T06:50:23.000Z (about 1 year ago)
- Last Synced: 2025-01-13T15:33:05.180Z (5 months ago)
- Size: 596 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii2 Snippets
[](https://marketplace.visualstudio.com/items?itemName=imanilchaudhari.yii2-snippets)
[](https://marketplace.visualstudio.com/items?itemName=imanilchaudhari.yii2-snippets)
[](https://marketplace.visualstudio.com/items?itemName=imanilchaudhari.yii2-snippets)
[](https://isitmaintained.com/project/imanilchaudhari/yii2-snippets-vscode "Average time to resolve an issue")
[](https://isitmaintained.com/project/imanilchaudhari/yii2-snippets-vscode "Percentage of issues still open")Yii2 snippets for Visual Studio Code.
This extension is used to snippet the Yii2 codes to make coding faster and easier, It includes:- Snippets
## Best Works While
Configuring snippet suggestions on the top.
```json
"editor.snippetSuggestions" : "top"
```## Todo
- [on-going]Addning more and more functions.
## Using
Type part of a snippet, press enter, and the snippet unfolds.
Snippets named as the tag without braces
Yiit --> Yii::t($category, $message, $params = []} $language = null);
## Screenshot


## Installation
1. Install Visual Studio Code 0.0.6 or higher
2. Launch Code
3. From the command palette `Ctrl-Shift-P` (Windows, Linux) or `Cmd-Shift-P` (OSX)
4. Select Install Extension
5. Type `Yii2 Snippets`
6. Choose the extension
7. Reload Visual Studio CodeOR
- Launch VS Code Quick Open (Ctrl+P), paste the following command `ext install yii2-snippets`, and press enter.
## Contact
Please file any [issues](https://github.com/imanilchaudhari/yii2-snippets-vscode/issues) or have a suggestion please tweet me [@imanilchaudhari](https://twitter.com/imanilchaudhari).
## License
Please read [License](https://github.com/imanilchaudhari/yii2-snippets-vscode/blob/master/LICENSE.md) for more information.
## Source
[Github](https://github.com/imanilchaudhari/yii2-snippets-vscode)
** Enjoy!**