Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Filter TreeNew to Visual Studio Code? Get it now.
Filter Tree

Filter Tree

ehsan-255

|
1 install
| (0) | Free
Config-driven filtered file-tree generator with presets, Code Lenses, and quick access
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Filter Tree for VS Code

Config-driven filtered file-tree generator with presets and Code Lenses.

Features

  • 🎯 Run presets from Command Palette (Ctrl+Shift+T)
  • ⚡ Quick filter by extension/date/size (Ctrl+Alt+T)
  • 📝 Code Lenses in ftree.yaml (Run, Copy, Save)
  • 📊 Status bar quick access

Usage

  1. Create ftree.yaml with presets
  2. Use Command Palette → "Filter Tree: Run Preset"
  3. Or click Code Lenses above presets in ftree.yaml

Commands

Command Shortcut Description
Run Preset Ctrl+Shift+T Pick and run a preset
Quick Filter Ctrl+Alt+T Ad-hoc filtering
Create Config - Initialize ftree.yaml
Open Config - Open ftree.yaml

Configuration

Create ftree.yaml in your workspace:

version: '1.0'

presets:
  source:
    extensions: [ts, js]

  recent:
    modifiedWithin: 7d

Requirements

  • VS Code 1.85.0 or higher

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft