Yii2 Snippets

Yii2 snippets for Visual Studio Code.
This extension is used to snippet the Yii2 codes to make coding faster and easier, It includes:
Best Works While
Configuring snippet suggestions on the top.
"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
- Install Visual Studio Code 0.0.6 or higher
- Launch Code
- From the command palette
Ctrl-Shift-P (Windows, Linux) or Cmd-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.
License
Please read License for more information.
Source
Github
** Enjoy!**
| |