chrmarti / vscode-regex

MIT License
152 stars 34 forks source link

Support auto collapsing other lines #38

Open toshi38 opened 4 years ago

toshi38 commented 4 years ago

Often I work with large text files, it'd be nice if I could either auto navigate to matches, or hides/collapses all non matching lines.

Suggest having something in the config like:

  "regexPreview.autohide": true

Thoughts?