This repository was archived by the owner on Jan 31, 2025. It is now read-only.
v.1.2.1
Features
- Automatic insertion of closing characters for
"
,'
,(
and[
, - Code style settings are now available,
- Pressing enter after an open tag now places the cursor at the right indentation level,
- Formatting improvements:
- Continuation indent on multiline
alias
, - Continuation indent on tag attributes,
- Improved frormatting for deeply nested tags,
- Continuation indent on multiline
- Live templates for
{let}
and{let /}
, - Autocompletion
- Add support for
stricthtml="true"
in template definition blocks, - Better context-detection for where variable autocompletion should trigger,
- Add support for
Stability and bug fixes
- Fixed various NPEs and bugs that occured on partial/incomplete code constructs