onecentlin / laravel-blade-snippets-vscode

Laravel blade snippets and syntax highlight support for Visual Studio Code
MIT License
138 stars 38 forks source link

space after double quotes #154

Open mohmmedAliDesouky opened 2 years ago

mohmmedAliDesouky commented 2 years ago

how i can disable this before formating <?php if (isset($title) && $title == "Settings") { echo "Active" ; } ?> after <?php if (isset($title) && $title == " Settings") { echo "Active" ; } ?>

rizqul commented 2 years ago

i have same problem and need the solution too :(

granvilla commented 1 year ago

up!

muhammedkaraoglu commented 1 year ago

Up !

onecentlin commented 9 months ago

@mohmmedAliDesouky Is there any extension conflict with it? Or which formatter are you using? I couldn't reproduce this issue.

zildjianvitoo commented 9 months ago

same issue

mask477 commented 5 months ago

did anyone find a solution to this?