All notable changes to the "eliostruyf.vscode-hide-comments" extension will be documented in this file.
- #28: New setting
hideComments.foldOnHide
to control if you want to fold the comment blocks when hiding comments. Default:true
.
- #25: Combine regex and comments toggle in one command. Can be disabled with the
hideComments.combineToggle
setting.
- #22: Backup the comments when hiding them, so that when you show them again, they will be restored.
- #24: Allow to set the color of the hidden comments with the
hideComments.color
setting.
- #20: Added a new command to tollgle the show/hide of all comments -
Hide Comments: Toggle the show/hide of all comments
- #15: Add
Hide Comments: Show lines by regex
andHide Comments: hide lines by regex
commands.
- #12: C# comments support added
- Added a title menu action to toggle to show/hide comments
- #6: Folding comment blocks when hiding comments gets triggered
- #11: Hiding JSDoc comments / classes / variables / ...
- #8: Introduced new
hideComments.defaultEnabled
setting to control the default behavior of the extension. - #9: Introduced new
hideComments.cleanStart
setting to control to always show the comments on startup.
- Removed image location from
vsce publish
command - Added GitHub Actions release workflow
- Added
removing the extension
documentation to the README
- Update for showing images on marketplace
- First release of the hide comments extension
- New commands added for hiding and showing comments
- Advanced settings for hiding comments
- Initial release