hide-lines-plus
Hide or fold lines matched on regex patterns
sangsoonam 434 0 1.0.1 MIT GitHub

hide-lines-plus

Hide or fold lines matched on regex patterns. See examples below.

  1. Hide comments: Pattern ^\s*// + default marker comments

  2. Hide answers: Pattern ^> + custom marker question-words

Keys

  • alt + a : toggle hide/unhide matched lines

Settings

  • Patterns: Comma separated list of regex patterns to hide. Default value is ^>
  • Use Custom Marker: Use `Show >`` marker insetad of the default one

This plugin is inspired by hide-lines.