Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Project Structure TrackingNew to Visual Studio Code? Get it now.
Project Structure Tracking

Project Structure Tracking

msn

|
26 installs
| (0) | Free
VSCode extension for generating codebase structure
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Extension - Project Structure Generator

## Overview
This VS Code extension automatically generates and updates the project structure in your `README.md` file. It scans the project's directory and creates a structured representation of the file system while allowing customization of ignored patterns, sorting preferences, and depth levels.
## Features
- **Automatic Project Structure Generation**: Updates `README.md` with a tree-like representation of your project's file structure.
- **Customizable Configurations**: Set ignored patterns, sorting preferences, and depth levels.
- **Real-time Updates**: Monitors changes in the project and updates the structure automatically.
- **Manual Trigger Command**: Run the command manually to regenerate the structure.

Project Structure

demo-extension/
├── dist/
│   ├── extension.js
│   └── extension.js.map
├── out/
│   ├── test/
│   │   ├── extension.test.js
│   │   └── extension.test.js.map
│   ├── extension.js
│   └── extension.js.map
├── src/
│   ├── test/
│   │   ├── extension.test.js
│   │   ├── extension.test.js.map
│   │   └── extension.test.ts
│   ├── extension.js
│   ├── extension.js.map
│   └── extension.ts
├── CHANGELOG.md
├── esbuild.js
├── eslint.config.mjs
├── package-lock.json
├── package.json
├── project-structure-tracker-0.0.2.vsix
├── README.md
├── tsconfig.json
└── vsc-extension-quickstart.md
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft