vscode-twig-language
vscode-twig-language copied to clipboard
VS Code extension with snippets, syntax highlighting, hover, and formatting for Twig.
 ``` Version: 1.39.0-insider (user setup) Commit: bdd1971f2cd9d08a8a90e02740f1850afe03da66 Date: 2019-09-17T06:02:08.670Z Electron: 6.0.9 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT x64 10.0.18362 ```
The Extension override comment `{# #}` instead of `` in HTML file. (Ctrl+K Ctrl+C)
Since last VS Code update twig emmets are not working. For exaple if type "i" I can correclty see "if", but this doesn't happen when I type "if", i this...
`elseif` should generate `{% elseif condition %}`
When adding `{{` inside an html tag that's on the same line i/e `{{` the auto complete of the closing tag does not fire. It fires fine and auto closes...
Suppose we have a base template `base.html.twig` and we create a file `new.html.twig` having the following content ```twig {# new.html.twig #} {% extends 'base.html.twig' %} {% block body_head %} .......
The href attribute of the anchor element sticks to the previous word when anchor is wrapped into a list element; This: ```html Voir Voir ``` Turn into this: ```html Voir...
When I apply the format to the twig file containing javascript syntax it does not correctly apply the in that fragment move all lines to the left. ex. ```javascript $...
`{% endcss %}` does not prevent subsequent lines from being styled as css: 
The color change for a filter works as expected inside an output tag:  ...but not inside `if` statements: ![Screen Shot 2021-01-07 at...