Yii2 snippets for Visual Studio Code. This extension is used to snippet the Yii2 codes to make coding faster and easier, It includes:
- Snippets
Configuring snippet suggestions on the top.
"editor.snippetSuggestions" : "top"
- [on-going]Addning more and more functions.
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);
- Install Visual Studio Code 0.0.6 or higher
- Launch Code
- From the command palette
Ctrl-Shift-P
(Windows, Linux) orCmd-Shift-P
(OSX) - Select Install Extension
- Type
Yii2 Snippets
- Choose the extension
- Reload Visual Studio Code
OR
- Launch VS Code Quick Open (Ctrl+P), paste the following command
ext install yii2-snippets
, and press enter.
Please file any issues or have a suggestion please tweet me @imanilchaudhari.
Please read License for more information.
** Enjoy!**