Releases: austenc/blade-spacer
Releases · austenc/blade-spacer
v2.4.3
- Enabled plugin in
.vue
file scope / syntax
v2.4.2
- Fixed automatic braces when inside a quote i.e.
<h1 class="|">
- #5
v2.4.1
- Added support for wrapping a selection with
{!! !!}
v2.4.0 - Restrict scope to php/blade files, comment syntax fix
- Restrict plugin keybinds to only take effect in PHP and blade files #9
- Comment syntax now surrounds pre-existing selections properly - #10
v2.3.0
- Wrap / preserve selection when typing braces -- awesome!
- Ability to convert a double brace
{{
to L5 version without it being weird
- Bugfix for #4
Big thanks to @grantholle for the changes!
v2.2.0
- Added a 'Format File' window command to space entire files.
v2.1.0
- Added Laravel5 tag support
{!! | !!}
v2.0.2
Removed the other trailing comma that causes issues for ST2 in some scenarios
v2.0.1
- removed trailing comma in keybinds
v2.0.0
- Added multi-cursor support
- Added support for blade comments
{{-- --}}