All notable changes to the "html-nested-comments" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- π Fix HTML Nesting Bug
Revert Laverdet update. Separate branch with Laverdet code pushed as a debug source.
- π Laverdet Update
Special thanks to laverdet for a major update, which includes:
- support for additional languages (full list of supported languages is available in the README file)
- flexible selections: selections don't need to be exact, so if you want to uncomment a block and your selection is off by just whitespace you can still activate the command
- partial uncommenting: if you make a selection within a larger comment block and activate the command you can uncomment just a subset of the larger block
- π Update Icon
- β¬οΈ Fix Dependency Vulnerabilities
- β¨ Add Typescript React Language Support
- β¨ Add Twig Support
- β¨ Add JSX Support
- π‘ Update Documentation
- Adjust default keybinding so the package does not hijack the default commenting key binding for Windows users.
- Update Trigger 'When' Case
Keybinding trigger only happens when a the editor has an active selection.
- Update Icon Image
- Initial release