- Attempt to fix tricky race condition with cursor placement when using VSCodeVim extension and Cursor.sh editor
- Added new setting
bladeSpacer.enableTwig
to toggle support for Twig templates ({% %}
and{# #}
) - Fixed cursor placement when VsCodeVim is also installed
- Fix npm install issues
- Fix console errors when translating selections
- Add support for Twig syntax
{# #}
and{% %}
- Fixed npm vulnerabilities
- Use async/await to fix interaction with some extensions - #17
- Fixed npm vulnerability
- Fixed issues noted in #14
- Automatically enable
editor.autoClosingBrackets
for blade and html language types - Fixed greedy regex for
{{ }}
and{!! !!}
tag pairs - #11
- Fixed bug causing issues with other extensions, thanks @KapitanOczywisty!
- Fixed bug with comment and unescaped tag types when making from existing
{{
- Dropped support for
{{{ }}}
tags - Improved how extension activates, should be more performant
- Fixed #3
- Fixed #4
- Fixed an issue that caused extraneous brackets when cursor at the beginning of a comment - #2
- Added workaround for braces not matching when a trailing quote or angle bracket exists - see microsoft/vscode#35197
- Improved support for multi cursor and selection wrapping
- Fixed multi cursor undo problem
- Added support for triple brace syntax
- Added support for comment syntax
- Initial version supporting
{{
and{!!
tags. Buggy, but it's a start!