Tree ExporterTree Exporter is a Visual Studio Code extension that exports the directory structure of your project as a text-based tree. It's a great utility for generating visual trees of files and folders, making it easy to share or document your project's structure. FeaturesThe Tree Exporter extension allows you to:
Usage
Alternatively, you can right-click on a folder in the VS Code explorer and select "Export Tree" from the context menu. To exclude a directory from the tree export, right-click on the folder and select "Exclude from tree export" from the context menu. To include a previously excluded directory, right-click on the folder and select "Include in tree export" from the context menu. RequirementsThere are no specific requirements or dependencies for this extension. Known IssuesThere are no known issues at this time. Changelog1.0.2
1.0.1Added ability to exclude and include directories, as well as excluding .git folders. Enjoy! |