Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Folder Structure AnalyzerNew to Visual Studio Code? Get it now.
Folder Structure Analyzer

Folder Structure Analyzer

NeerajTheDev

|
23 installs
| (1) | Free
Analyze and visualize your project's folder structure, excluding venv and node_modules
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Folder Structure Analyzer

A VS Code extension that analyzes your project's folder structure and displays it in a clean, formatted tree view - perfect for sharing with AI tools.

Features

  • Analyze your project's complete folder structure
  • View the structure in a tree format inside VS Code
  • Copy the structure to clipboard with one click
  • Save the structure to a text file
  • Formatted in a way that's ideal for sharing with AI models

Usage

  1. Open a folder in VS Code
  2. Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac) to open the Command Palette
  3. Type "Analyze Folder Structure" and select the command
  4. A webview panel will open showing your folder structure
  5. Use the "Copy to Clipboard" or "Save to File" buttons as needed

Why Use This Extension?

When working with AI assistants like ChatGPT, Claude, or GitHub Copilot, providing context about your project structure helps the AI understand your codebase better. This extension makes it easy to generate a clean, properly formatted tree view of your project that you can share with AI tools.

Example Output

my-project/
├── src/
│   ├── components/
│   │   ├── Button.tsx       --> UI component for buttons
│   │   └── Card.tsx         --> Card container component
│   ├── pages/
│   │   └── index.tsx        --> Main entry page
│   └── utils/
│       └── helpers.ts       --> Common utility functions
├── public/
│   └── images/
│       └── logo.png         --> Company logo
└── package.json             --> Project dependencies

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "Folder Structure Analyzer"
  4. Click Install

License

MIT

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