Releases: estruyf/vscode-hide-comments
Releases · estruyf/vscode-hide-comments
v1.10.0 release
- #28: New setting
hideComments.foldOnHide
to control if you want to fold the comment blocks when hiding comments. Default: true
.
v1.9.0 release
- #25: Combine regex and comments toggle in one command. Can be disabled with the
hideComments.combineToggle
setting.
v1.8.0 release
- #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.
v1.7.0 release
- #20: Added a new command to tollgle the show/hide of all comments -
Hide Comments: Toggle the show/hide of all comments
v1.6.0 release
- #15: Add
Hide Comments: Show lines by regex
and Hide Comments: hide lines by regex
commands.
v1.5.0 release
- #12: C# comments support added
v1.4.0 release
- 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 / ...
v1.3.0 release
- #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.
v1.2.0 release
- Removed image location from
vsce publish
command
- Added GitHub Actions release workflow