An opinionated Blade file formatter for VSCode. Marketplace page is here. You can also format programmatically with the same syntax using the blede-formatter that this extension relies on. Automatically indent markup inside directives. Automatically add spacing to blade template markers. PHP 8 support (null safe operator, named arguments) PSR-2 support (format inside directives) Automatically sort Tailwind CSS classes with respect of tailwind.config.js. To configure settings per project, put...
VScode extension, add lineNo, vertical lines to show indent level
### How to use:
- Use VScode to open a code file with indents,
- type >aymlAdd in the text-input-box on the top,
- it adds vertical lines to show indent levels,
- it adds lineNo before each line,
- the changed code will be saved as a txt file in the same folder.