PathTree is a powerful VS Code extension that allows developers to generate a structured file path tree of their workspace. It enables users to visualize and document their project structure efficiently.
🚀 Features
✅ Generate a full file path tree for the entire workspace.
✅ Create a file path tree for a specific folder by right-clicking.
✅ Output file structure in a well-formatted .path.txt file.
🛠️ How to Use
Method 1: Generate Full File Path Tree
Open the command palette (Ctrl+Shift+P).
Type "Generate File Path Tree" and press Enter.
A new file file.path.txt will be created in your workspace containing the structured file paths.
You will see a progress notification while the file tree is being generated.