Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
Directory Structure Generator
New to Visual Studio Code?
Get it now.
Directory Structure Generator
Finn Clancy
|
1 install
|
(
0
)
|
Free
A VS Code extension that creates a project_structure.txt file in the root of your project. The file is a tree of your repo, respecting .gitignore entries.
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
what is this?
a vscode extension that creates an tree structre of your repo
all files/directories in .gitignore will not be printed
install guide:
1. install from IDE
go onto ide (vscode or a fork like cursor)
go to extensions
search "FinnClancy.project-structure-tree"
press install
2. install from vscode marketplace
https://marketplace.visualstudio.com/items?itemName=FinnClancy.project-structure-tree
3. if you cannot install (or find) through extension on VScode/Cursor
download
project-structure-tree-0.0.4.vsix
on VScode/Cursor press "CMD + SHIFT + P"
paste "Extensions: Install from VSIX"
select the downloaded
project-structure-tree-0.0.4.vsix
press install
how to use
press "CMD + SHIFT + P"
paste ">Project Structure"
select "Project Structure"
why i made this
wanted a fast way to give LLMs context of my repo structure
updated i wanna make
send file context to LLM and get a summary of that file