Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 2.36 KB

Change Log

All notable changes to the "eliostruyf.vscode-hide-comments" extension will be documented in this file.

[1.10.0]

  • #28: New setting hideComments.foldOnHide to control if you want to fold the comment blocks when hiding comments. Default: true.

[1.9.0]

  • #25: Combine regex and comments toggle in one command. Can be disabled with the hideComments.combineToggle setting.

[1.8.0]

  • #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.

[1.7.0]

  • #20: Added a new command to tollgle the show/hide of all comments - Hide Comments: Toggle the show/hide of all comments

[1.6.0]

  • #15: Add Hide Comments: Show lines by regex and Hide Comments: hide lines by regex commands.

[1.5.0]

  • #12: C# comments support added

[1.4.0]

  • 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 / ...

[1.3.0]

  • #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.

[1.2.0]

  • Removed image location from vsce publish command
  • Added GitHub Actions release workflow

[1.1.0]

  • Added removing the extension documentation to the README

[1.0.1]

  • Update for showing images on marketplace

[1.0.0]

  • First release of the hide comments extension
  • New commands added for hiding and showing comments
  • Advanced settings for hiding comments

[0.0.1]

  • Initial release