An extension to automatically add spacing to blade templating markers.
Supports the following tags:
{{ }}
{!! !!}
{{-- --}}
{% %}
{# #}
- Wrapping selected text with
{!! !!}
,{{-- --}}
,{% %}
, or{# #}
tags doesn't work
The extension can be configured by adding the following settings to your settings.json
file:
The extension includes support for Twig templates ({% %}
and {# #}
) out of the box, but can be disabled by adding the following setting to your settings.json
file:
"bladeSpacer.enableTwig": false,
See the changelog for more information.