Quick Hide

A VS Code extension for managing files.exclude patterns straight from the Explorer.

GitHub

Overview#

Quick Hide is a tiny VS Code extension that adds a Quick Hide section to the Explorer for managing your files.exclude patterns — without ever opening settings.json.

Features#

Design#

The view reads inspect('files.exclude').globalValue, so it only ever shows and edits the patterns you added — never VS Code’s built-in defaults like **/.git. All changes are written to your user settings, keeping files.exclude a flat object any editor understands. Group definitions live alongside them in the quickHide.groups user setting.