Bow Tintin Template Snippets
Bow Tintin snippets and syntax highlight support for Visual Studio Code.
Suggest to install Bow related extension: Bow Tintin Snippets
User Settings
Open Preferences -> Settings
"emmet.triggerExpansionOnTab": true, // enable tab to expanse emmet tags
"tintin.format.enable": true, // if you would like to enable Tintin format
Specific settings for Tintin language
"[tintin]": {
"editor.autoClosingBrackets": "always"
},
Features
- Tintin syntax highlight
- Tintin snippets
- Emmet works in Tintin template
- Tintin formatting
Tintin Syntax Hightlight
- Auto detected with
.tintin.php extension
- Manually switch language mode to
tintin (Ctrl + K, M or ⌘ + K, M)
Bow Tintin Snippets
| Trigger |
Snippet |
| t:extends |
#extends |
| t:block |
#block ... #endblock |
| t:include |
#include |
| t:inject |
#inject |
| t:if |
#if...#endif |
| t:if-else |
#if...#else...#endif |
| t:unless |
#unless |
| t:while |
#while...#endwhile |
| t:for |
#for...#endfor |
| t:loop |
#loop...#endloop |
| t:comment |
#for...#endcomment |
| t:echo |
{{ '' }} |
| t:jump |
#jump() |
| t:stop |
#stop() |
Credits
License
Please read License for more information
| |