Releases: NSNet21/lazy-expander
Releases · NSNet21/lazy-expander
v0.1.2 — Marketplace release
v0.1.1 — Bullet option + Demo
What's new in v0.1.1
✨ New
- Bullet (-) option added to Multiple Lines Numbered command
- Demo GIF in README
🐛 Fixed
- Install instructions with screenshot
Installation
Download lazy-expander-0.1.1.vsix below, then in VS Code:
Extensions panel → ··· → Install from VSIX...
v0.1.0 — Initial Release
Lazy Expander v0.1.0
First public release! 🦥
Features
- Inline — items joined with space
- Inline with Separator — comma, pipe, semicolon, slash, tab, or custom
- Multiple Lines — one item per line
- Multiple Lines Numbered — numbered (0/1/a/A) or bulleted (-) list
Patterns Supported
- Comma values:
*:{text-sm,font-bold} - Numeric range:
col-{1..4} - Range with step:
{0..10..2} - Cartesian product:
{hover,focus}:text-blue-500
Installation
Download lazy-expander-0.1.0.vsix below, then in VS Code:
Extensions panel → ··· → Install from VSIX...