Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 653 Bytes

File metadata and controls

26 lines (16 loc) · 653 Bytes

Change Log

All notable changes to the "wrapper" extension will be documented in this file.

[1.3.0] - 2025-10-21

Added

  • Backtick wrapper feature with Shift+Alt+I shortcut
  • Converts surrounding quotes (" or ') to backticks (`)
  • Perfect for converting JavaScript strings to template literals

[1.2.0] - 2025-01-02

Added

  • Icon added to the extension
  • Extension dependency: formulahendry.auto-rename-tag

[1.0.0] - 2025-01-02

Added

  • Initial release with tag wrapper feature
  • Wrap selected text with tags using Shift+Alt+P shortcut
  • Cursor automatically positioned inside opening tag for easy tag naming