Add TwigCsFixer in tools list

Twig CS Fixer is already present in the code style / conventions page, but it feels to me very logical we see it on the "integration / tools" page.
This commit is contained in:
Simon André
2025-05-16 00:37:43 +02:00
committed by GitHub
parent 12a40e714c
commit 2184db3b9b
+2 -2
View File
@@ -68,11 +68,10 @@ Many IDEs support syntax highlighting and auto-completion for Twig:
You might also be interested in:
* `Twig CS Fixer`_: a tool to check/fix your templates code style
* `Twig Language Server`_: provides some language features like syntax
highlighting, diagnostics, auto complete, ...
* `TwigQI`_: an extension which analyzes your templates for common bugs during compilation
* `TwigStan`_: a static analyzer for Twig templates powered by PHPStan
Variables
@@ -1105,6 +1104,7 @@ Twig can be extended. If you want to create your own extensions, read the
.. _`TwigStan`: https://github.com/twigstan/twigstan
.. _`Twig pack`: https://marketplace.visualstudio.com/items?itemName=bajdzis.vscode-twig-pack
.. _`Modern Twig`: https://marketplace.visualstudio.com/items?itemName=Stanislav.vscode-twig
.. _`Twig CS Fixer`: https://github.com/VincentLanglet/Twig-CS-Fixer
.. _`Twig Language Server`: https://github.com/kaermorchen/twig-language-server/tree/master/packages/language-server
.. _`Twiggy`: https://marketplace.visualstudio.com/items?itemName=moetelo.twiggy
.. _`PHP spaceship operator documentation`: https://www.php.net/manual/en/language.operators.comparison.php