Vscode Auto Posthtml Utils
run any/all of posthtml plugins on your file in one go,
Currently included fixers/utilities
- posthtml-alt-always
- posthtml-aria-tabs
- posthtml-lazyload
- posthtml-link-noreferrer
- posthtml-remove-duplicates
- posthtml-schemas
- posthtml-attrs-sorter
Usage
- open any html based file ex.
html, blade, vue, etc.. & run Auto PostHtml
Notes
Issues
- cant have double quotes inside double quotes
ex.class="{{ isset($one) ? "$one." : 'test' }}"
| |