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 8 vscode-twig-language issues
Sort by recently updated
recently updated
newest added

Hi there, this extension do not support few Twig filters, tags an functions. Which stops the formatting for the file. Can we somehow disable these kind of errors so that...

Hello junstyle, Thank you for this extension. When writing this piece of code: ``` {% macro menuLink(href, config, active = false, class = '') %} ``` the extension reports the...

Dear extension author, Please publish this extension to the Open VSX marketplace. ## Context Unfortunately, as Microsoft prohibits usages of the Microsoft marketplace by any other products or redistribution of...

Formatting destroys the following code: ``` {% set bg_image = '/pix/wonderful_pic.jpg' %} #page-bg { background: #777 url("{{ bg_image }}") no-repeat center center; background-size: cover; width: 100vw; height: 100vh; position: fixed;...

First thank you for your effort to update the obsolete twig vscode extension. I want to report that using this formatter [singleAttributePerLine ](https://prettier.io/docs/en/options.html#single-attribute-per-line) from prettier seems to be ignored

This extension works great and does pretty much everything I need it to except I can't get it to work with the Tailwind class sorter plugin: [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) Any thoughts? Thanks...

Hi junstyle! In the option list, if I conditionally use the selected attribute, the closing option tag is marked as an error. The template code works correctly and renders as...

If the .twig file have script elements, it does not format it correctly. I tested for both `` and `` (a json and a JS script) and in both cases,...