Treeer for VS CodeTreeer is an AI-friendly VS Code extension for generating compact, readable project trees from selected folders. It uses the same scanner, formatter, transformer, and statistics utilities as the Treeer project, then opens the result in a new editor tab. The generated output keeps important project files visible while reducing repetitive file listings, making the structure easier to scan and cheaper for AI agents to process. Features
The shared core automatically ignores common generated and dependency directories, such as Requirements
Install and enable the Treeer extension in VS Code before using the commands below. Usage
The generated tree opens beside the current editor. A notification also provides an option to copy it to the clipboard. The same commands are available from the Command Palette with This extension currently focuses on folder selection and depth. The CLI and MCP interfaces documented in the parent README additionally support options such as focus paths, custom ignored directories, JSON output, and file output. |