Skip to content

Releases: estruyf/vscode-hide-comments

v1.10.0 release

25 Sep 16:02
Compare
Choose a tag to compare
  • #28: New setting hideComments.foldOnHide to control if you want to fold the comment blocks when hiding comments. Default: true.

v1.9.0 release

29 Sep 07:12
Compare
Choose a tag to compare
  • #25: Combine regex and comments toggle in one command. Can be disabled with the hideComments.combineToggle setting.

v1.8.0 release

11 Sep 14:11
Compare
Choose a tag to compare
  • #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

19 Jan 08:34
Compare
Choose a tag to compare
  • #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 Jul 15:09
Compare
Choose a tag to compare
  • #15: Add Hide Comments: Show lines by regex and Hide Comments: hide lines by regex commands.

v1.5.0 release

17 Oct 17:48
Compare
Choose a tag to compare
  • #12: C# comments support added

v1.4.0 release

29 Sep 07:20
Compare
Choose a tag to compare
  • 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

28 Jul 18:07
Compare
Choose a tag to compare
  • #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

13 Jul 10:11
Compare
Choose a tag to compare
  • Removed image location from vsce publish command
  • Added GitHub Actions release workflow