- Enabled plugin in
.vue
file scope
- Fixed automatic braces when inside a quote i.e.
<h1 class="|">
- #5
- Added support for wrapping a selection with
{!! !!}
- #12
- Restrict plugin keybinds to only take effect in PHP and blade files #9
- Comment syntax now surrounds pre-existing selections properly - #10
- Surround selection by typing braces after making a selection
- Convert a double brace
{{
to L5 unescaped without it being weird - Bugfix for #4 Thanks @grantholle for this new feature!
- 'Format File' command to format an entire file at once
- Added Laravel 5 unescaped tag support
{!! !!}
- Added multi-cursor support
- Added support for blade comments
{{-- --}}