## Describe the Feature Being able to hide comments matching a regex, as an alternative to `delete-comment-regex` (or `edit-comment-regex` added in #26). ## Expected Behavior Hiding existing comments, for example by using a `hide-comment-regex`. ## Use Case Sometimes keeping old comments might make sense for historical/compliance reasons. ## Describe Ideal Solution Not sure, open for thoughts. ## Alternatives Considered 1. `delete-comment-regex` 2. `edit-comment-regex` (added in #26) But they don't keep the history in an equally accessible way. ## Additional Context ...
Describe the Feature
Being able to hide comments matching a regex, as an alternative to
delete-comment-regex(oredit-comment-regexadded in #26).Expected Behavior
Hiding existing comments, for example by using a
hide-comment-regex.Use Case
Sometimes keeping old comments might make sense for historical/compliance reasons.
Describe Ideal Solution
Not sure, open for thoughts.
Alternatives Considered
delete-comment-regexedit-comment-regex(added in add -edit-comment-regex flag to edit existing comments #26)But they don't keep the history in an equally accessible way.
Additional Context
...