vscode-twig-language-2
vscode-twig-language-2 copied to clipboard
Format document: comment block shift right every time
issue:
during format document: Shift-Alt-F
if you have any commented block (html or twig), this block will shift right every time you format document.
The result is quite ugly


Hi i have the same isssue with vscode 1.69.2. Is there a way to disable comment formatting?
Same problem here (vscode 1.70.2). Really annoying when using "format on save"... 😕
Same here! Really annoying indeed
same here
use <!-- parse-ignore-start --> to disable block formate is work for me
<!-- parse-ignore-start -->
<div v-show="showUser" class="
absolute
top-16
right-0
w-full sm:w-[320px]
px-4 py-4 pb-0">
<!-- parse-ignore-end -->
...
</div>
Any updates on this issue ? The issue still remains