All notable changes to the "eliostruyf.vscode-hide-comments" extension will be documented in this file.
- #28: New setting
hideComments.foldOnHideto 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.combineTogglesetting.
- #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.colorsetting.
- #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 regexandHide Comments: hide lines by regexcommands.
- #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.defaultEnabledsetting to control the default behavior of the extension. - #9: Introduced new
hideComments.cleanStartsetting to control to always show the comments on startup.
- Removed image location from
vsce publishcommand - Added GitHub Actions release workflow
- Added
removing the extensiondocumentation 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