mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2025-01-13 16:09:38 -05:00
Added Smarty Template Support
This commit is contained in:
parent
3f48fe3b63
commit
6a3a4e970f
@ -50,6 +50,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
|
|||||||
- [IntelliSense](#intellisense)
|
- [IntelliSense](#intellisense)
|
||||||
- [Laravel](#laravel)
|
- [Laravel](#laravel)
|
||||||
- [Twig](#twig)
|
- [Twig](#twig)
|
||||||
|
- [Smarty](#smarty)
|
||||||
- [Other extensions](#other-extensions)
|
- [Other extensions](#other-extensions)
|
||||||
- [Read more](#read-more)
|
- [Read more](#read-more)
|
||||||
- [Python](#python)
|
- [Python](#python)
|
||||||
@ -487,6 +488,13 @@ To enable Emmet support in .twig files, you'll need to have the following in you
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Smarty
|
||||||
|
|
||||||
|
#### [Smarty Template Support](https://marketplace.visualstudio.com/items?itemName=aswinkumar863.smarty-template-support)
|
||||||
|
> Smarty template support with formatting, folding, snippets, syntax highlighting and more.
|
||||||
|
|
||||||
|
![Smarty Template Support](https://raw.githubusercontent.com/aswinkumar863/smarty-vscode-support/master/images/preview.gif)
|
||||||
|
|
||||||
### Other extensions
|
### Other extensions
|
||||||
|
|
||||||
- [Format HTML in PHP](https://marketplace.visualstudio.com/items?itemName=rifi2k.format-html-in-php) - Formatting for the HTML in PHP files. Runs before the save action so you can still have a PHP formatter.
|
- [Format HTML in PHP](https://marketplace.visualstudio.com/items?itemName=rifi2k.format-html-in-php) - Formatting for the HTML in PHP files. Runs before the save action so you can still have a PHP formatter.
|
||||||
|
Loading…
Reference in New Issue
Block a user