RiFi2k / format-html-in-php

Basically this vscode extension uses all your standard configurations for html formatting, and your standard configurations for format on save, etc. It more or less works exactly how vscode should already work as it pertains to HTML in PHP files.
The Unlicense
33 stars 6 forks source link

Not closing attribute #64

Open xApep opened 2 years ago

xApep commented 2 years ago

When writting <div and then cl (VS code suggest class) and when you press TAB it only prints class and not full attribute; class=""

Is there a way to automatically add ="" when pressing tab on suggestions?