Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 772 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 772 Bytes

Laravel Blade Spacer

An extension to automatically add spacing to blade templating markers.

Features

Supports the following tags:

  • {{ }}
  • {!! !!}
  • {{-- --}}
  • {% %}
  • {# #}

Extension Preview

Known Issues

  • Wrapping selected text with {!! !!}, {{-- --}}, {% %}, or {# #} tags doesn't work

Configuration

The extension can be configured by adding the following settings to your settings.json file:

Twig Templating

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,

Release Notes

See the changelog for more information.