vscode-twig-language icon indicating copy to clipboard operation
vscode-twig-language copied to clipboard

VS Code extension with snippets, syntax highlighting, hover, and formatting for Twig.

Results 28 vscode-twig-language issues
Sort by recently updated
recently updated
newest added

![twig indent bug](https://user-images.githubusercontent.com/15243523/65206249-5de5c180-dacd-11e9-91bb-6b74ab042861.gif) ``` 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: ![Screen Shot 2021-01-07 at 1 29 55 PM](https://user-images.githubusercontent.com/18602341/103941926-d15d7900-50ec-11eb-9292-5043ee4c8621.png)

The color change for a filter works as expected inside an output tag: ![Screen Shot 2021-01-07 at 11 09 36 AM](https://user-images.githubusercontent.com/18602341/103928279-d87a8c00-50d8-11eb-884d-583f84d518ec.png) ...but not inside `if` statements: ![Screen Shot 2021-01-07 at...